Documentation ¶ Index ¶ Variables func Debugf(format string, args ...interface{}) func Fatalf(format string, args ...interface{}) func Infof(format string, args ...interface{}) func Logf(format string, args ...interface{}) func SetLogger(debugMode bool) func Warnf(format string, args ...interface{}) type Logger Constants ¶ This section is empty. Variables ¶ View Source var Log = &Logger{ DebugMode: false, Output: os.Stdout, } Functions ¶ func Debugf ¶ func Debugf(format string, args ...interface{}) func Fatalf ¶ func Fatalf(format string, args ...interface{}) func Infof ¶ func Infof(format string, args ...interface{}) func Logf ¶ func Logf(format string, args ...interface{}) func SetLogger ¶ func SetLogger(debugMode bool) func Warnf ¶ func Warnf(format string, args ...interface{}) Types ¶ type Logger ¶ type Logger struct { DebugMode bool Output io.Writer } Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.