Documentation
¶
Index ¶
- Constants
- type Level
- type Logger
- func (msg *Logger) Debugf(format string, args ...interface{}) (int, error)
- func (msg *Logger) Errorf(format string, args ...interface{}) (int, error)
- func (msg *Logger) Infof(format string, args ...interface{}) (int, error)
- func (msg *Logger) Level() Level
- func (msg *Logger) Name() string
- func (msg *Logger) SetLevel(lvl Level)
- func (msg *Logger) Verbosef(format string, args ...interface{}) (int, error)
- func (msg *Logger) Warnf(format string, args ...interface{}) (int, error)
Constants ¶
View Source
const ( VERBOSE Level = -2 DEBUG = -1 INFO = 0 WARNING = 1 ERROR = 2 FATAL = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.