Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextLog ¶
type ContextLog struct { ContextInfo string Sticker map[string]interface{} Timings map[string]int64 }
func NewContextLog ¶
func NewContextLog(name string) *ContextLog
func (*ContextLog) Finish ¶
func (cLog *ContextLog) Finish()
func (*ContextLog) Log ¶
func (log *ContextLog) Log(key string, value interface{})
func (*ContextLog) LogTiming ¶
func (log *ContextLog) LogTiming(key string, value int64)
func (*ContextLog) String ¶
func (cLog *ContextLog) String() string
Click to show internal directories.
Click to hide internal directories.