Documentation ¶
Index ¶
- Variables
- func Debugf(msg string, args ...interface{})
- func Errorf(msg string, args ...interface{})
- func Fatalf(msg string, args ...interface{})
- func HandleWarningMessages(warnings []string)
- func Infof(msg string, args ...interface{})
- func Initialize(logLevel string)
- func Warningf(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 Debugf ¶ added in v0.9.0
func Debugf(msg string, args ...interface{})
Debugf logs DEBUG messages
func Errorf ¶ added in v0.3.2
func Errorf(msg string, args ...interface{})
Errorf logs ERROR messages
func Fatalf ¶ added in v0.3.2
func Fatalf(msg string, args ...interface{})
Fatalf 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.