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