Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Info(...interface{})
Infof(string, ...interface{})
Debug(...interface{})
Warn(...interface{})
Error(...interface{})
Errorf(string, ...interface{})
}
Logger represents the generic logger interface
Click to show internal directories.
Click to hide internal directories.