Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogError ¶
func LogError(msg string, args ...interface{})
Error logs a message to the 'standard' Logger (always)
func LogInfo ¶
func LogInfo(msg string, args ...interface{})
Info logs a message to the 'standard' Logger if MaxLogLevel is >= INFO
func LogTrace ¶
func LogTrace(msg string, args ...interface{})
Trace logs a message to the 'standard' Logger if MaxLogLevel is >= TRACE
func LogWarn ¶
func LogWarn(msg string, args ...interface{})
Warn logs a message to the 'standard' Logger if MaxLogLevel is >= WARN
func SetLogLevel ¶
SetLogLevel sets MaxLogLevel based on the provided string
Types ¶
Click to show internal directories.
Click to hide internal directories.