Documentation ¶
Index ¶
- func Debug(format string, args ...interface{})
- func Error(format string, args ...interface{})
- func Fatal(format string, args ...interface{})
- func Info(format string, args ...interface{})
- func SetLogLevel(logLevel int)
- func Setup(format string, level int)
- func Warning(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(format string, args ...interface{})
Debug prints a (formatted) debug message
func Error ¶
func Error(format string, args ...interface{})
Error prints a (formatted) error message
func Fatal ¶
func Fatal(format string, args ...interface{})
Fatal prints a (formatted) fatal message followed by an exit call with code 1.
func SetLogLevel ¶
func SetLogLevel(logLevel int)
SetLogLevel sets the log level for the current logger
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.