Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnableDebugLog = false
EnableDebugLog is the flag to enable the debug log
Functions ¶
func Debug ¶
func Debug(v ...interface{})
Debug calls standard log.Print function if the `EnableDebugLog` is true
func Debugf ¶
func Debugf(format string, v ...interface{})
Debugf calls standard log.Printf function if the `EnableDebugLog` is true
func Debugln ¶
func Debugln(v ...interface{})
Debugln calls standard log.Println function if the `EnableDebugLog` is true
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.