Esempio n. 1
0
func AlwaysShowColors(tf bool) {
	log.SetFormatter(&log.TextFormatter{ForceColors: tf})
}
Esempio n. 2
0
func SetFormatter(formatter log.Formatter) {
	log.SetFormatter(formatter)
}