Example #1
0
/*
Disable the internal *log.Logger instance
*/
func DisableLogger() {
	common.InitLogger("none")
}
Example #2
0
/*
Initialize and Enable the internal *log.Logger.
*/
func InitLogger() {
	common.InitLogger("")
}