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