Esempio n. 1
0
func init() {
	logrus_mate.RegisterHook("mail", NewMailHook)
}
Esempio n. 2
0
func init() {
	logrus_mate.RegisterHook("expander", NewExpanderHook)
}
Esempio n. 3
0
func init() {
	logrus_mate.RegisterHook("bugsnag", NewBugsnagHook)
}
Esempio n. 4
0
func init() {
	logrus_mate.RegisterHook("slack", NewSlackHook)
}
Esempio n. 5
0
func init() {
	logrus_mate.RegisterHook("airbrake", NewAirbrakeHook)
}
Esempio n. 6
0
func init() {
	logrus_mate.RegisterHook("syslog", NewSyslogHook)
}
Esempio n. 7
0
func init() {
	logrus_mate.RegisterHook("graylog", NewGraylogHook)
}