package
Version:
v0.0.0-...-dccbc30
Opens a new window with list of versions in this module.
Published: Apr 30, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
applyLogLevel applies min logging level
Log is the default logger for apps
func Debug(keyvals ...interface{})
Debug add a log entry w/ Debug level
func Error(keyvals ...interface{})
Error add a log entry w/ Error level
func Fatal(keyvals ...interface{})
Fatal add a log entry w/ Error level and exits
FatalIf prints a fatal Error level and exits if err != nil
func Info(keyvals ...interface{})
Info add a log entry w/ Info level
func Warn(keyvals ...interface{})
Warn add a log entry w/ Warn level
Source Files
¶
Click to show internal directories.
Click to hide internal directories.