Documentation
¶
Overview ¶
Package log
Index ¶
Constants ¶
View Source
const ( PanicLevel uint8 = iota FatalLevel ErrorLevel WarnLevel InfoLevel DebugLevel )
Variables ¶
View Source
var Log *logrus.Logger
Singleton logrus logger object with custom format. Verbosity can be changed through SetLogLevel.
Functions ¶
func SetLogLevel ¶
Sets log level to one of (debug, info, warn, error, fatal, panic)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.