Documentation ¶
Index ¶
- type Entry
- func (e *Entry) Alert(args ...interface{})
- func (e *Entry) Alertf(format string, args ...interface{})
- func (e *Entry) Critical(args ...interface{})
- func (e *Entry) Criticalf(format string, args ...interface{})
- func (e *Entry) Debug(args ...interface{})
- func (e *Entry) Debugf(format string, args ...interface{})
- func (e *Entry) Emergency(args ...interface{})
- func (e *Entry) Emergencyf(format string, args ...interface{})
- func (e *Entry) Error(args ...interface{})
- func (e *Entry) Errorf(format string, args ...interface{})
- func (e *Entry) Info(args ...interface{})
- func (e *Entry) Infof(format string, args ...interface{})
- func (e *Entry) Notice(args ...interface{})
- func (e *Entry) Noticef(format string, args ...interface{})
- func (e *Entry) Warning(args ...interface{})
- func (e *Entry) Warningf(format string, args ...interface{})
- func (e *Entry) WithField(key string, value interface{}) logger.Entry
- func (e *Entry) WithFields(fields logger.Fields) logger.Entry
- type Factory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { DebugFn func(args ...interface{}) AlertFn func(args ...interface{}) InfoFn func(args ...interface{}) NoticeFn func(args ...interface{}) WarningFn func(args ...interface{}) ErrorFn func(args ...interface{}) EmergencyFn func(args ...interface{}) CriticalFn func(args ...interface{}) DebugfFn func(format string, args ...interface{}) AlertfFn func(format string, args ...interface{}) InfofFn func(format string, args ...interface{}) NoticefFn func(format string, args ...interface{}) WarningfFn func(format string, args ...interface{}) ErrorfFn func(format string, args ...interface{}) EmergencyfFn func(format string, args ...interface{}) CriticalfFn func(format string, args ...interface{}) WithFieldFn func(key string, value interface{}) logger.Entry WithFieldsFn func(fields logger.Fields) logger.Entry }
func (*Entry) Emergencyf ¶
Click to show internal directories.
Click to hide internal directories.