1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-18 08:26:38 +02:00
go-micro/util/log
Cui Gang 9e9157d878
Fix util/log/log.Infof format didn't work (#2160)
Co-authored-by: Cui Gang <cuigang@yunpbx.com>
2021-05-06 06:43:05 +01:00
..
log.go Fix util/log/log.Infof format didn't work (#2160) 2021-05-06 06:43:05 +01:00
README.md v3 (#2104) 2021-01-20 13:54:31 +00:00

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)