package
Version:
v0.0.0-...-8ef749c
Opens a new window with list of versions in this module.
Published: Mar 2, 2022
License: MIT
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
¶
func Debug(format string, v ...interface{})
Debug prints at debug level
func Error(format string, v ...interface{})
Error prints at error level
func Fatal(format string, v ...interface{})
Fatal prints at fatal level and calls os.Exit(1) and stops execution
Use sparingly
func Info(format string, v ...interface{})
Info prints at info level
Init should be called when the app is initilised
func Warn(format string, v ...interface{})
Warn prints at warn level
Source Files
¶
Click to show internal directories.
Click to hide internal directories.