Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(format string, a ...interface{})
Debug prints output that is important for development and debugging.
If EnableDebug() was not called, this function is a noop.
func Info ¶
func Info(format string, a ...interface{})
Info prints output that is important for the user.
func SetDebugLogger ¶
SetDebugLogger sets the debug logger. The default is no log at all.
This function should only be started at the beginnen of the program before the Debug was called for the frist time.
func SetInfoLogger ¶
SetInfoLogger sets the Logger for info messages. The default is log.Default()
This function should only be started at the beginnen of the program before the Debug was called for the frist time.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.