Documentation ¶
Overview ¶
Package private
Index ¶
- Variables
- type DevLog
- func (d *DevLog) Error(v ...interface{})
- func (d *DevLog) ErrorF(fmtStr string, v ...interface{})
- func (d *DevLog) Fatal(v ...interface{})
- func (d *DevLog) FatalF(fmtStr string, v ...interface{})
- func (d *DevLog) Info(v ...interface{})
- func (d *DevLog) InfoF(fmtStr string, v ...interface{})
- func (d *DevLog) Print(v ...interface{})
- func (d *DevLog) PrintF(fmtStr string, v ...interface{})
- func (d *DevLog) SetOutput(w io.Writer)
- func (d *DevLog) Warn(v ...interface{})
- func (d *DevLog) WarnF(fmtStr string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var Log ilog
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.