Documentation ¶ Overview ¶ Package log provides internal logging infrastructure Index ¶ func Debug(msg string) func Debugf(format string, v ...interface{}) func Error(msg string) func Errorf(format string, v ...interface{}) func Info(msg string) func Infof(format string, v ...interface{}) func Warn(msg string) func Warnf(format string, v ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Debug ¶ func Debug(msg string) func Debugf ¶ func Debugf(format string, v ...interface{}) func Error ¶ func Error(msg string) func Errorf ¶ func Errorf(format string, v ...interface{}) func Info ¶ func Info(msg string) func Infof ¶ func Infof(format string, v ...interface{}) func Warn ¶ func Warn(msg string) func Warnf ¶ func Warnf(format string, v ...interface{}) Types ¶ This section is empty. Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.