Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(msg string, args ...interface{})
- func Err(msg string, err error)
- func Error(args ...interface{})
- func Errorf(msg string, args ...interface{})
- func Errors(errs ...error)
- func Fatal(args ...interface{})
- func FatalErr(err error)
- func Fatalf(msg string, args ...interface{})
- func Info(args ...interface{})
- func Infof(msg string, args ...interface{})
- func Panic(args ...interface{})
- func Panicf(msg string, args ...interface{})
- func Warn(args ...interface{})
- func Warnf(msg string, args ...interface{})
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶ added in v1.4.13
type Logger interface { Debug(args ...interface{}) Debugf(msg string, args ...interface{}) Info(args ...interface{}) Infof(msg string, args ...interface{}) Warn(args ...interface{}) Warnf(msg string, args ...interface{}) Error(args ...interface{}) Errorf(msg string, args ...interface{}) }
func NewStdLogger ¶ added in v1.4.13
func NewStdLogger() Logger
Click to show internal directories.
Click to hide internal directories.