Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StdoutLogger ¶
func StdoutLogger(format string, args ...interface{})
StdoutLogger represents stdout logger
func VoidLogger ¶
func VoidLogger(format string, args ...interface{})
VoidLogger represent logger that do not log
Types ¶
type Log ¶
type Log func(format string, args ...interface{})
Log represent log function
var Logf Log = VoidLogger
Logf - function to log debug info
Click to show internal directories.
Click to hide internal directories.