package
1.0.0
Repository: https://github.com/masterminds/log-go.git
Documentation: pkg.go.dev

# Functions

New takes an existing logrus logger and uses that for logging.
NewStandard returns a logger with a logrus standard logger which it instantiates.

# Structs

Logger is a logger that wraps the logrus logger and has it conform to the log.Logger interface.