Documentation
¶
Index ¶
Constants ¶
View Source
const ( MIN = 1 DEBUG = 1 INFO = 2 ERROR = 3 MAX = 3 )
These constants represent the logging levels available
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(fs string, args ...interface{})
Debugf formats arguments to be passed to the debug log
func DumpBuffer ¶
func DumpBuffer() []byte
DumpBuffer will return a byte slice of all entries in the log ring buffer
func Errorf ¶
func Errorf(fs string, args ...interface{})
Errorf Formats arguments to be passed into the log
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.