Documentation
¶
Index ¶
Constants ¶
View Source
const Dummy = dummy(0)
Dummy logger doesn't log anything.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Infof(format string, args ...interface{})
Warningf(format string, args ...interface{})
Errorf(format string, args ...interface{})
Debugf(format string, args ...interface{})
WithKV(KV) Logger
}
Logger is the interface that the loggers used by the library will use.
Click to show internal directories.
Click to hide internal directories.