Example #1
0
func h(l *log.Logger) {
	l.NOTICE("H1")
	log.NOTICE("H2")
}
Example #2
0
func output(l *log.Logger, msg string) {
	l.Output(2, msg)
}