| Package | Description |
|---|---|
| org.graylog2.syslog4j.impl.backlog | |
| org.graylog2.syslog4j.impl.backlog.log4j | |
| org.graylog2.syslog4j.impl.backlog.printstream |
| Modifier and Type | Class and Description |
|---|---|
class |
Syslog4jBackLogHandler
Syslog4jBackLogHandler is used to send Syslog backLog messages to
another Syslog4j protocol whenever the main Syslog protocol fails.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jSyslogBackLogHandler
Log4jSyslogBackLogHandler is used to send Syslog backLog messages to
Log4j whenever the Syslog protocol fails.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrintStreamSyslogBackLogHandler
PrintStreamSyslogBackLogHandler provides a last-chance mechanism to log messages that fail
(for whatever reason) within the rest of Syslog to a PrintStream.
|
class |
SystemErrSyslogBackLogHandler
SystemErrSyslogBackLogHandler provides a last-chance mechanism to log messages that fail
(for whatever reason) within the rest of Syslog to System.err.
|
class |
SystemOutSyslogBackLogHandler
SystemOutSyslogBackLogHandler provides a last-chance mechanism to log messages that fail
(for whatever reason) within the rest of Syslog to System.out.
|
Copyright © 2017. All rights reserved.