Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
SetLogLevel(level string)
LogLevel() string
Debugf(f string, v ...interface{})
Debug(v ...interface{})
Infof(f string, v ...interface{})
Info(v ...interface{})
Warnf(f string, v ...interface{})
Warn(v ...interface{})
Errorf(f string, v ...interface{})
Error(v ...interface{})
Fatalf(f string, v ...interface{})
Fatal(v ...interface{})
Panicf(f string, v ...interface{})
Panic(v ...interface{})
}
Logger defines the box log functions
type LoggerEntry ¶
type LoggerEntry struct {
Setup setupFunc
NewLogger newLoggerFunc
}
LoggerEntry is a logger impl entry
Click to show internal directories.
Click to hide internal directories.