Documentation ¶
Index ¶
- type Log
- type Trace
- type Tx
- func (tx *Tx) Debug(event string, fields ...interface{})
- func (tx *Tx) Error(event string, fields ...interface{})
- func (tx *Tx) Info(event string, fields ...interface{})
- func (tx *Tx) Notice(event string, fields ...interface{})
- func (tx *Tx) Panic(event string, fields ...interface{})
- func (tx *Tx) Trace(event string, fields ...interface{}) *Trace
- func (tx *Tx) Warning(event string, fields ...interface{})
- func (tx *Tx) With(fields ...interface{}) *Tx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trace ¶
type Trace struct {
// contains filtered or unexported fields
}
Trace is used for detailed tracing of events
type Tx ¶
type Tx struct { ID string // contains filtered or unexported fields }
Tx is used for loggin an event
Click to show internal directories.
Click to hide internal directories.