Skip to content

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"
)
funcmain {
l:=aelog.New(context.Background())
l.Log("a log line")
}

About

Appengine implementation of Log

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages