Documentation ¶
Overview ¶
Package nolog is just a mock of logging which do nothing.
Index ¶
- type Log
- func (l *Log) Debug(fmt string, args ...interface{})
- func (l *Log) Error(fmt string, args ...interface{})
- func (l *Log) Fatal(fmt string, args ...interface{})
- func (l *Log) Info(fmt string, args ...interface{})
- func (l *Log) Log(fields map[string]interface{})
- func (l *Log) Panic(fmt string, args ...interface{})
- func (l *Log) Trace(fmt string, args ...interface{})
- func (l *Log) Warn(fmt string, args ...interface{})
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.