Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { SetLogLevel(level LogLevel) GetLogLevel() LogLevel Panic(message string) Panicf(format string, values ...interface{}) Error(message string) Errorf(format string, values ...interface{}) Info(message string) Infof(format string, values ...interface{}) Debug(message string) Debugf(format string, values ...interface{}) WithInterface(key string, value interface{}) Logger WithFields(fields LogFields) Logger }
Click to show internal directories.
Click to hide internal directories.