mirror of
https://github.com/go-micro/go-micro.git
synced 2025-02-04 18:21:53 +02:00
d94936f6c9
* v3 * revert plugins * fixup some issues
Log
DEPRECATED: use github.com/asim/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)