Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Info(message string, keyvals ...interface{}) Debug(message string, keyvals ...interface{}) Error(err error, message string, keyvals ...interface{}) Warn(message string, keyvals ...interface{}) With(keyvals ...interface{}) Logger IsDebugEnabled() bool }
func NewNopLogger ¶
func NewNopLogger() Logger
Click to show internal directories.
Click to hide internal directories.