Documentation
¶
Index ¶
- Variables
- type Log
- func (log *Log) Debug(msg string, fields ...map[string]interface{})
- func (log *Log) Error(msg string, fields ...map[string]interface{})
- func (log *Log) Info(msg string, fields ...map[string]interface{})
- func (log *Log) Trace(msg string, fields ...map[string]interface{})
- func (log *Log) Warn(msg string, fields ...map[string]interface{})
- type Logur
Constants ¶
This section is empty.
Variables ¶
View Source
var TestingMode bool
TestingMode indicates that we're currently running a test. When true, panic instead of os.Exit.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.