Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(template string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(template string, args ...interface{})
- func Info(args ...interface{})
- func Infof(template string, args ...interface{})
- func Panic(args ...interface{})
- func Panicf(template string, args ...interface{})
- func Warn(args ...interface{})
- func Warnf(template string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(args ...interface{})
Debug logs a message at DebugLevel. The message includes any fields passed.
func Debugf ¶
func Debugf(template string, args ...interface{})
Debugf formats and logs a message at DebugLevel.
func Error ¶
func Error(args ...interface{})
Error logs a message at ErrorLevel. The message includes any fields passed.
func Errorf ¶
func Errorf(template string, args ...interface{})
Errorf formats and logs a message at ErrorLevel.
func Info ¶
func Info(args ...interface{})
Info logs a message at InfoLevel. The message includes any fields passed.
func Infof ¶
func Infof(template string, args ...interface{})
Infof formats and logs a message at InfoLevel.
func Panic ¶
func Panic(args ...interface{})
Panic logs a message at PanicLevel. The message includes any fields passed.
func Panicf ¶
func Panicf(template string, args ...interface{})
Panicf formats and logs a message at PanicLevel.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.