Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = initLogger()
Log is the default logger
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Fatal(format ...interface{}) Fatalf(format string, args ...interface{}) Fatalln(args ...interface{}) Debug(args ...interface{}) Debugf(format string, args ...interface{}) Debugln(args ...interface{}) Error(args ...interface{}) Errorf(format string, args ...interface{}) Errorln(args ...interface{}) Info(args ...interface{}) Infof(format string, args ...interface{}) Infoln(args ...interface{}) Warn(args ...interface{}) Warnf(format string, args ...interface{}) Warnln(args ...interface{}) }
Logger represents the log interface
Click to show internal directories.
Click to hide internal directories.