Documentation ¶
Index ¶
- Variables
- func Debug(msg string, args ...interface{})
- func Error(msg string, args ...interface{})
- func Fatal(msg string, args ...interface{})
- func HandleWarningMessages(warnings []string)
- func Info(msg string, args ...interface{})
- func Initialize(logLevel string)
- func Warning(msg string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var APILog = logging.MustGetLogger("gauge-api")
APILog is for logging API related messages
View Source
var GaugeLog = logging.MustGetLogger("gauge")
GaugeLog is for logging messages related to spec execution lifecycle
Functions ¶
func Fatal ¶ added in v0.3.0
func Fatal(msg string, args ...interface{})
Fatal logs CRITICAL messages and exits
func HandleWarningMessages ¶ added in v0.1.7
func HandleWarningMessages(warnings []string)
HandleWarningMessages logs multiple messages in WARNING mode
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.