Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Infof = func(message string, obj ...interface{}) { } Warnf = func(message string, obj ...interface{}) { log.Printf("WARN [BAAAH]: "+message+"\n", obj...) } Errorf = func(message string, obj ...interface{}) { log.Printf("ERROR[BAAAH]: "+message+"\n", obj...) } Fatalf = func(message string, obj ...interface{}) { log.Fatalf("FATAL[BAAAH]: "+message+"\n", obj...) } Debugf = func(message string, obj ...interface{}) { } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.