package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Jul 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
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.
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
DebugLevel
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.