Versions in this module Expand all Collapse all v0 v0.2.0 Nov 18, 2019 Changes in this version + const LogDebug + const LogError + const LogFatal + const LogInfo + const LogPanic + const LogVerbose + var LogLevel = LogInfo + func Debug(v ...interface{}) + func Debugf(format string, v ...interface{}) + func Error(v ...interface{}) + func Errorf(format string, v ...interface{}) + func Fatal(v ...interface{}) + func Fatalf(format string, v ...interface{}) + func Info(v ...interface{}) + func Infof(format string, v ...interface{}) + func Panic(v ...interface{}) + func Panicf(format string, v ...interface{}) + func Printf(format string, v ...interface{}) + func Println(v ...interface{}) + func Verbose(v ...interface{}) + func Verbosef(format string, v ...interface{})