Versions in this module Expand all Collapse all v1 v1.0.1 Oct 10, 2022 v1.0.0 Oct 10, 2022 Changes in this version + func Debug(v ...interface{}) + func Debugf(f string, v ...interface{}) + func Error(v ...interface{}) + func Errorf(f string, v ...interface{}) + func Info(v ...interface{}) + func Infof(f string, v ...interface{}) + func SetLevel(l LEVEL) + func SetLogger(l *log.Logger) + func Trace(v ...interface{}) + func Tracef(f string, v ...interface{}) + func Warn(v ...interface{}) + func Warnf(f string, v ...interface{}) + type LEVEL int + const DEBUG + const ERROR + const INFO + const NONE + const TRACE + const WARN