Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Appengine implementation of Log

License

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

Contributors 2

  •  
  •  

Languages