Versions in this module Expand all Collapse all v0 v0.0.3 Feb 1, 2021 v0.0.2 Feb 1, 2021 Changes in this version + func Debug(log Printer, m string, args ...interface{}) + func Fatal(log Printer, m string, args ...interface{}) + func Info(log Printer, m string, args ...interface{}) + func Log(log Printer, lvl Level, m string, args ...interface{}) + func Warn(log Printer, m string, args ...interface{}) + type Level uint32 + const DebugLevel + const ErrorLevel + const FatalLevel + const InfoLevel + const PanicLevel + const TraceLevel + const WarnLevel + func ParseLevel(lvl string) (Level, error) + type Printer interface + Printf func(Level, string, ...interface{}) + func NewLogger(fn loggingFn) Printer + func Void() Printer