package
Version:
v0.0.0-...-4f0ea1d
Opens a new window with list of versions in this module.
Published: May 14, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
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, args ...interface{})
Output debug-level log message
func Error(format string, args ...interface{})
Output error-level log message
func Info(format string, args ...interface{})
Output info-level log message
func SetGlobalLevel(level Level)
func Success(format string, args ...interface{})
Output info-level log message (in green)
func Warning(format string, args ...interface{})
Output warning-level log message
const (
NoneLevel Level = iota
ErrorLevel
WarningLevel
InfoLevel
DebugLevel
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.