package
Version:
v1.9.0
Opens a new window with list of versions in this module.
Published: Jan 14, 2023
License: Apache-2.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
¶
func Debugf(format string, args ...interface{})
Debugf prints the message to stderr, with no prefix.
Error prints the message to stderr, with a red ERROR prefix.
func Errorf(format string, args ...interface{})
Errorf prints the message to stderr, with a red ERROR prefix.
func Infof(format string, args ...interface{})
Infof prints the message to stderr, with no prefix.
SetLevel for the global logger.
func Warnf(format string, args ...interface{})
Warnf prints the message to stderr, with a yellow WARN prefix.
const (
ErrorLevel Level = iota
WarnLevel
InfoLevel
DebugLevel
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.