package
Version:
v0.0.0-...-0e46d6e
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package log centralizes logging for the app.
func Debug(message string, v ...interface{})
Debug log.
func Error(message string, v ...interface{})
Error log.
func Fatal(message string, v ...interface{})
Fatal logs an error and exits.
func Info(message string, v ...interface{})
Info log.
SetDebug toggles debug level logging.
func Warn(message string, v ...interface{})
Warn log.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.