Skip to content

zwj186/go-log

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Log License GoDoc

This is the global logger for all micro based libraries which makes use of github.com/go-log/log.

It defaults the logger to the stdlib log implementation.

Set Logger

Set the logger for micro libraries

// import micro/go-log
import "github.com/micro/go-log"

// SetLogger expects github.com/go-log/log.Logger interface
log.SetLogger(mylogger)

About

The global logger for micro libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%