Documentation ¶ Index ¶ type Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Logger ¶ type Logger interface { Debug(format string, a ...interface{}) Info(format string, a ...interface{}) Warn(format string, a ...interface{}) Error(format string, a ...interface{}) Fatal(format string, a ...interface{}) } Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.