Documentation
¶
Index ¶
- type Event
- func (e *Event) Bool(string, bool) types.Event
- func (e *Event) Err(error) types.Event
- func (e *Event) Float32(string, float32) types.Event
- func (e *Event) Float64(string, float64) types.Event
- func (e *Event) IPAddr(string, net.IP) types.Event
- func (e *Event) Int(string, int) types.Event
- func (e *Event) Int16(string, int16) types.Event
- func (e *Event) Int32(string, int32) types.Event
- func (e *Event) Int64(string, int64) types.Event
- func (e *Event) Int8(string, int8) types.Event
- func (e *Event) MACAddr(string, net.HardwareAddr) types.Event
- func (e *Event) Msg(string)
- func (e *Event) Msgf(string, ...interface{})
- func (e *Event) Str(string, string) types.Event
- func (e *Event) Uint(string, uint) types.Event
- func (e *Event) Uint16(string, uint16) types.Event
- func (e *Event) Uint32(string, uint32) types.Event
- func (e *Event) Uint64(string, uint64) types.Event
- func (e *Event) Uint8(string, uint8) types.Event
- type Logger
- func (s *Logger) Debug() types.Event
- func (s *Logger) Error() types.Event
- func (s *Logger) Fatal() types.Event
- func (s *Logger) Info() types.Event
- func (s *Logger) SetLevel(types.Level)
- func (s *Logger) SubLogger(string) types.Logger
- func (s *Logger) Trace() types.Event
- func (s *Logger) Warn() types.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.