Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { // Log a debug statement Debugf(format string, v ...interface{}) // Log an error with exact error Errf(err error, format string, v ...interface{}) // Log an error Errorf(format string, v ...interface{}) // Log a fatal error Fatalf(format string, v ...interface{}) // Log an info statement Infof(format string, v ...interface{}) // Log a notice statement Noticef(format string, v ...interface{}) // Log a trace statement Tracef(format string, v ...interface{}) // Log a warning statement Warnf(format string, v ...interface{}) }
Click to show internal directories.
Click to hide internal directories.