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