Documentation
¶
Index ¶
- func Debug(v ...interface{})
- func Debugf(format string, v ...interface{})
- func Debugw(msg string, keysAndValues ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Errorw(msg string, keysAndValues ...interface{})
- func Fatal(v ...interface{})
- func Fatalf(format string, v ...interface{})
- func Fatalw(msg string, keysAndValues ...interface{})
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func Infow(msg string, keysAndValues ...interface{})
- func NewLogger() *defaultLogger
- func Panic(v ...interface{})
- func Panicf(format string, v ...interface{})
- func Panicw(msg string, keysAndValues ...interface{})
- func SetLogger(l Logger)
- func Warn(v ...interface{})
- func Warnf(format string, v ...interface{})
- func Warnw(msg string, keysAndValues ...interface{})
- type Logger
- type Lvl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Named(name string) Logger
Debug(v ...interface{})
Debugf(format string, v ...interface{})
Debugw(msg string, keysAndValues ...interface{})
Info(v ...interface{})
Infof(format string, v ...interface{})
Infow(msg string, keysAndValues ...interface{})
Warn(v ...interface{})
Warnf(format string, v ...interface{})
Warnw(msg string, keysAndValues ...interface{})
Error(v ...interface{})
Errorf(format string, v ...interface{})
Errorw(msg string, keysAndValues ...interface{})
Fatal(v ...interface{})
Fatalf(format string, v ...interface{})
Fatalw(msg string, keysAndValues ...interface{})
Panic(v ...interface{})
Panicf(format string, v ...interface{})
Panicw(msg string, keysAndValues ...interface{})
}
Click to show internal directories.
Click to hide internal directories.