micro/util/log
2019-12-18 16:12:25 +00:00
..
log.go move to structured logging 2019-12-18 16:02:11 +00:00
README.md Cleanup go mod 2019-12-18 16:12:25 +00:00

Log

This is the global logger for all micro based libraries.

Set Logger

Set the logger for micro libraries

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

// SetLogger expects github.com/micro/go-micro/debug/log.Log interface
log.SetLogger(mylogger)