Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { WithName(name string) Logger WithoutName() Logger WithValues(keysAndValues ...interface{}) Logger V(level int) Logger Info(message string, keysAndValues ...interface{}) Infof(format string, a ...interface{}) Debug(message string, keysAndValues ...interface{}) Debugf(format string, a ...interface{}) Error(err error, message string, keysAndValues ...interface{}) Errorf(format string, a ...interface{}) }
Click to show internal directories.
Click to hide internal directories.