Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyValueData ¶
type Logger ¶
type Logger interface {
Debugf(format string, args ...interface{})
Infof(format string, args ...interface{})
Warnf(format string, args ...interface{})
Errorf(format string, args ...interface{})
Debug(format string)
Info(msg string)
Warn(msg string)
Error(msg string)
WithError(err error) Logger
WithExtraData(key string, value interface{}) Logger
}
Click to show internal directories.
Click to hide internal directories.