Documentation
¶
Index ¶
- func Debug(format string, v ...interface{})
- func Debugf(format string, v ...interface{})
- func Error(format string, v ...interface{})
- func Errorf(format string, v ...interface{})
- func Info(format string, v ...interface{})
- func Infof(format string, v ...interface{})
- func Init(cfg *config.Config) error
- func Trace(format string, v ...interface{})
- func Tracef(format string, v ...interface{})
- func Warn(format string, v ...interface{})
- func Warnf(format string, v ...interface{})
- type Level
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(format string, v ...interface{})
Debugf logs a formatted message at Debug level
func Errorf ¶
func Errorf(format string, v ...interface{})
Errorf logs a formatted message at Error level
Types ¶
Click to show internal directories.
Click to hide internal directories.