Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Debugf(format string, args ...interface{})
Debugln(args ...interface{})
Infof(format string, args ...interface{})
Infoln(args ...interface{})
Warnf(format string, args ...interface{})
Warnln(args ...interface{})
Errorf(format string, args ...interface{})
Errorln(args ...interface{})
Warningf(string, ...interface{})
}
func DefaultLogger ¶
func DefaultLogger() Logger
Click to show internal directories.
Click to hide internal directories.