//
pkg.gl
Category
github.com/Masterminds/log-go
impl
logrus
package
1.0.0
Repository:
https://github.com/masterminds/log-go.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
3
Files
80 SLOC
#
Functions
New
New takes an existing logrus logger and uses that for logging.
NewStandard
NewStandard returns a logger with a logrus standard logger which it instantiates.
#
Structs
Logger
Logger is a logger that wraps the logrus logger and has it conform to the log.Logger interface.