package
Version:
v0.0.0-...-6ee8545
Opens a new window with list of versions in this module.
Published: Feb 7, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Debug(keyvals ...interface{})
Debug logs a DEBUG level message, ignoring logging errors
func Error(keyvals ...interface{})
Error logs an ERROR level message, ignoring logging errors
func Fatal(keyvals ...interface{})
Fatal logs an ERROR level message and exits
func Info(keyvals ...interface{})
Info logs an INFO level message, ignoring logging errors
Init starts logging given the configuration. By default, it uses logfmt format
and minimum logging level.
func Warn(keyvals ...interface{})
Warn logs a WARN level message, ignoring logging errors
Config represents a logger configuration used upon initialization.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.