Documentation ¶
Index ¶
- func Debug(msgs ...interface{})
- func Debugf(format string, msgs ...interface{})
- func Error(msgs ...interface{})
- func Errorf(format string, msgs ...interface{})
- func Info(msgs ...interface{})
- func Infof(format string, msgs ...interface{})
- func SetLevel(level LogLevel)
- func Warn(msgs ...interface{})
- func Warnf(format string, msgs ...interface{})
- type LogLevel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶ added in v0.1.2
func Debugf(format string, msgs ...interface{})
Debugf logs formatted message of arguments.
func Errorf ¶
func Errorf(format string, msgs ...interface{})
Errorf logs formatted message of arguments.
func Infof ¶
func Infof(format string, msgs ...interface{})
Infof logs formatted message of arguments.
Types ¶
Click to show internal directories.
Click to hide internal directories.