Documentation ¶ Index ¶ Constants func Debug(format string, v ...interface{}) func Error(format string, v ...interface{}) error func Info(format string, v ...interface{}) func SetLogLevel(level LogLevel) func Warning(format string, v ...interface{}) type LogLevel Constants ¶ View Source const ( DebugLevel = LogLevel(0) InfoLevel = LogLevel(1) WarningLevel = LogLevel(2) ErrorLevel = LogLevel(3) ) Variables ¶ This section is empty. Functions ¶ func Debug ¶ func Debug(format string, v ...interface{}) func Error ¶ func Error(format string, v ...interface{}) error func Info ¶ func Info(format string, v ...interface{}) func SetLogLevel ¶ func SetLogLevel(level LogLevel) func Warning ¶ func Warning(format string, v ...interface{}) Types ¶ type LogLevel ¶ type LogLevel int Source Files ¶ View all Source files log.go Click to show internal directories. Click to hide internal directories.