Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogContext ¶
type LogContext interface { GetTime() time.Time GetCaller() string GetLevel() level.Level SetTime(t time.Time) SetCaller(caller string) SetLevel(lvl level.Level) Deadline() (deadline time.Time, ok bool) Done() <-chan struct{} Err() error Value(key interface{}) interface{} }
func NewLogContext ¶
Click to show internal directories.
Click to hide internal directories.