mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
.. | ||
log.go | ||
README.md |
Log
DEPRECATED: use go-micro.dev/v4/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)