Documentation
¶
Index ¶
- func Debug(msg string, keyvals ...interface{})
- func Error(msg string, keyvals ...interface{})
- func Fatal(msg string, keyvals ...interface{})
- func Info(msg string, keyvals ...interface{})
- func SetLogger(config *Config)
- func Warn(msg string, keyvals ...interface{})
- func With(keyvals ...interface{}) loggingT
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(msg string, keyvals ...interface{})
Debug prints a msg and Key/DebugValue pair
func Error ¶
func Error(msg string, keyvals ...interface{})
Error prints a msg and Key/ErrorValue pair
func Fatal ¶
func Fatal(msg string, keyvals ...interface{})
Fatal prints a msg and Key/ErrorValue pair and exit
Types ¶
Click to show internal directories.
Click to hide internal directories.