Versions in this module Expand all Collapse all v1 v1.1.2 Apr 17, 2023 v1.1.1 Apr 17, 2023 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 Warn(v ...interface{}) + type LEVEL int + const DEBUG + const ERROR + const INFO + const NONE + const WARN