Documentation
¶
Index ¶
- Constants
- type Logger
- func (l *Logger) Debug(format string, v ...interface{})
- func (l *Logger) Error(format string, v ...interface{})
- func (l *Logger) Fatal(format string, v ...interface{})
- func (l *Logger) Info(format string, v ...interface{})
- func (l *Logger) SetLevel(level int)
- func (l *Logger) Warning(format string, v ...interface{})
Constants ¶
View Source
const ( DebugLevel int = iota InfoLevel WarningLevel ErrorLevel FatalLevel )
Define the logging levels as an enum
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.