package
2.10.1
Repository: https://github.com/itzmanish/go-micro.git
Documentation: pkg.go.dev

# README

Log

DEPRECATED: use github.com/itzmanish/go-micro/v2/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)