Home

Awesome

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")
}