예제 #1
0
파일: termlog_demo.go 프로젝트: npk/devd
func testpatt(l termlog.Logger) {
	l.Say("Log")
	l.Notice("Notice!")
	l.Warn("Warn!")
	l.Shout("Error!")
}