Versions in this module Expand all Collapse all v1 v1.0.0 Apr 5, 2022 Changes in this version + func Debug(args ...interface{}) + func Debugf(format string, args ...interface{}) + func Debugln(args ...interface{}) + func Error(args ...interface{}) + func Errorf(format string, args ...interface{}) + func Errorln(args ...interface{}) + func Fatal(args ...interface{}) + func Fatalf(format string, args ...interface{}) + func Fatalln(args ...interface{}) + func Info(args ...interface{}) + func Infof(format string, args ...interface{}) + func Infoln(args ...interface{}) + func SetLogFile(logFile io.Writer) + func SetLogLevel(newLevel int) + func Warn(args ...interface{}) + func Warnf(format string, args ...interface{}) + func Warnln(args ...interface{}) + type LogLevel int + const LogLevelDebug + const LogLevelError + const LogLevelInfo + const LogLevelWarning