Skip to content

go-log/appengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Appengine

An appengine/log implemention of log.Logger]Logger. For more on the interface and other implementations, see the log README.

package main

import (
	"context"

	aelog "github.com/go-log/appengine"
)

func main {
	l := aelog.New(context.Background())
	l.Log("a log line")
}

About

Appengine implementation of Log

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages