示例#1
0
文件: json.go 项目: sheenobu/quicklog
func init() {
	ql.RegisterParser("json", &Parser{})
}
示例#2
0
func init() {
	ql.RegisterParser("plain", &Parser{})
}
示例#3
0
文件: otto.go 项目: sheenobu/quicklog
func init() {
	ql.RegisterParser("otto", &Parser{o: otto.New()})
}