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