Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VerboseLog is whethere allow verbose log output. VerboseLog = false )
Functions ¶
This section is empty.
Types ¶
type SimpleLogger ¶
type SimpleLogger interface { Debugf(formatString string, args ...interface{}) Infof(formatString string, args ...interface{}) Fatalf(formatString string, args ...interface{}) }
SimpleLogger is a simple logger.
Click to show internal directories.
Click to hide internal directories.