Versions in this module Expand all Collapse all v1 v1.0.0 May 24, 2019 Changes in this version + func Close() + func Debug(format string, a ...interface{}) (err error) + func Debugx(logID, format string, a ...interface{}) (err error) + func Fatal(format string, a ...interface{}) (err error) + func Fatalx(logID, format string, a ...interface{}) (err error) + func Notice(format string, a ...interface{}) (err error) + func Noticex(logID, format string, a ...interface{}) (err error) + func SetGlobalLogger(lg Logger) + func Trace(format string, a ...interface{}) (err error) + func Tracex(logID, format string, a ...interface{}) (err error) + func Warn(format string, a ...interface{}) (err error) + func Warnx(logID, format string, a ...interface{}) (err error) + type Logger interface + Close func() + Debug func(format string, a ...interface{}) (err error) + Debugx func(logID, format string, a ...interface{}) (err error) + Fatal func(format string, a ...interface{}) (err error) + Fatalx func(logID, format string, a ...interface{}) (err error) + Notice func(format string, a ...interface{}) (err error) + Noticex func(logID, format string, a ...interface{}) (err error) + SetLevel func(name, level string) error + Trace func(format string, a ...interface{}) (err error) + Tracex func(logID, format string, a ...interface{}) (err error) + Warn func(format string, a ...interface{}) (err error) + Warnx func(logID, format string, a ...interface{}) (err error)