예제 #1
0
파일: elhttp.go 프로젝트: sheenobu/quicklog
func init() {
	ql.RegisterOutput("elasticsearch-http", &elHTTP{})
}
예제 #2
0
파일: nats.go 프로젝트: sheenobu/quicklog
func init() {
	ql.RegisterOutput("nats", &natsOut{})
}
예제 #3
0
파일: debug.go 프로젝트: sheenobu/quicklog
func init() {
	ql.RegisterOutput("debug", &Handler{})
}
예제 #4
0
파일: stdout.go 프로젝트: sheenobu/quicklog
func init() {
	ql.RegisterOutput("stdout", Process())
}