Documentation ¶
Index ¶
- func Debug(format string, v ...interface{})
- func Error(format string, v ...interface{})
- func Fatal(format string, v ...interface{})
- func Info(format string, v ...interface{})
- func IsDebug() bool
- func IsError() bool
- func IsFatal() bool
- func IsInfo() bool
- func IsPanic() bool
- func IsWarning() bool
- func SetLevel(level string)
- func Warning(format string, v ...interface{})
- type Formatter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatal ¶
func Fatal(format string, v ...interface{})
Fatal logs a message with severity ERROR which is then followed by a call to os.Exit().
Types ¶
Click to show internal directories.
Click to hide internal directories.