d66803a136
* fix #1883 * fix #1883 Co-authored-by: 杨羽 <yangyu@doumi.com> |
||
---|---|---|
.. | ||
log_test.go | ||
log.go | ||
README.md |
Log
DEPRECATED: use github.com/micro/go-micro/v3/logger interface
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)