Documentation
¶
Index ¶
- func Debug(str ...interface{})
- func Debugf(format string, str ...interface{})
- func Error(str ...interface{})
- func Errorf(format string, str ...interface{})
- func Fatal(str ...interface{})
- func Fatalf(format string, str ...interface{})
- func Info(str ...interface{})
- func Infof(format string, str ...interface{})
- func Panic(str ...interface{})
- func Panicf(format string, str ...interface{})
- func Rotate() (err error)
- func Setting(conf Config)
- func Warn(str ...interface{})
- func Warnf(format string, str ...interface{})
- func Warningf(format string, str ...interface{})
- type Config
- type Entry
- type Fields
- type Inst
- func (i *Inst) Debug(str ...interface{})
- func (i *Inst) Debugf(format string, str ...interface{})
- func (i *Inst) Error(str ...interface{})
- func (i *Inst) Errorf(format string, str ...interface{})
- func (i *Inst) Fatal(str ...interface{})
- func (i *Inst) Fatalf(format string, str ...interface{})
- func (i *Inst) Info(str ...interface{})
- func (i *Inst) Infof(format string, str ...interface{})
- func (i *Inst) Panic(str ...interface{})
- func (i *Inst) Panicf(format string, str ...interface{})
- func (i *Inst) Warn(str ...interface{})
- func (i *Inst) Warnf(format string, str ...interface{})
- func (i *Inst) Warningf(format string, str ...interface{})
- type Level
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry interface { Panic(...interface{}) Panicf(string, ...interface{}) Fatal(...interface{}) Fatalf(string, ...interface{}) Error(...interface{}) Errorf(string, ...interface{}) Warn(...interface{}) Warnf(string, ...interface{}) Warningf(string, ...interface{}) Info(...interface{}) Infof(string, ...interface{}) Debug(...interface{}) Debugf(string, ...interface{}) // contains filtered or unexported methods }
Entry ..
type Inst ¶ added in v1.2.0
type Inst struct {
// contains filtered or unexported fields
}
inst ..
Click to show internal directories.
Click to hide internal directories.