Versions in this module Expand all Collapse all v1 v1.0.1 Mar 28, 2022 Changes in this version + var Out io.Writer = os.Stderr + func Debug(a ...interface{}) + func Debugf(format string, a ...interface{}) + func Debugln(a ...interface{}) + func Error(a ...interface{}) + func Errorf(format string, a ...interface{}) + func Errorln(a ...interface{}) + func Info(a ...interface{}) + func Infof(format string, a ...interface{}) + func Infoln(a ...interface{}) + func Infor(format string, a ...interface{}) + func SetLevel(l Level) + func Warning(a ...interface{}) + func Warningf(format string, a ...interface{}) + func Warningln(a ...interface{}) + type Level uint8 + const DebugLevel + const ErrorLevel + const InfoLevel + const WarningLevel