Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { WithComponent(component string) Logger Debug(msg string, keysAndValues ...interface{}) Logger Warn(msg string, keysAndValues ...interface{}) Logger Info(msg string, keysAndValues ...interface{}) Logger Error(msg string, keysAndValues ...interface{}) Logger Panic(msg string, keysAndValues ...interface{}) Logger Fatal(msg string, keysAndValues ...interface{}) Logger WithError(err error) Logger With(args ...interface{}) Logger Write(p []byte) (n int, err error) }
Click to show internal directories.
Click to hide internal directories.