| Modifier and Type | Method and Description |
|---|---|
void |
SyslogConfigIF.addBackLogHandler(SyslogBackLogHandlerIF backLogHandler) |
void |
SyslogConfigIF.insertBackLogHandler(int index,
SyslogBackLogHandlerIF backLogHandler) |
void |
SyslogConfigIF.removeBackLogHandler(SyslogBackLogHandlerIF backLogHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSyslogConfig.addBackLogHandler(SyslogBackLogHandlerIF backLogHandler) |
void |
AbstractSyslogConfig.insertBackLogHandler(int index,
SyslogBackLogHandlerIF backLogHandler) |
void |
AbstractSyslogConfig.removeBackLogHandler(SyslogBackLogHandlerIF backLogHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSyslogBackLogHandler
AbstractSyslogBackLogHandler is an implementation of SyslogBackLogHandlerIF
that mainly provides the helpful "combine" method for handling the "reason"
why a BackLog has occurred.
|
class |
NullSyslogBackLogHandler
NullSyslogBackLogHandler can be used if there's no need for a last-chance
logging mechanism whenever the Syslog protocol fails.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static SyslogBackLogHandlerIF |
SystemOutSyslogBackLogHandler.create() |
static SyslogBackLogHandlerIF |
SystemErrSyslogBackLogHandler.create() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleSyslogConfig.addBackLogHandler(SyslogBackLogHandlerIF backLogHandler) |
void |
MultipleSyslogConfig.insertBackLogHandler(int index,
SyslogBackLogHandlerIF backLogHandler) |
void |
MultipleSyslogConfig.removeBackLogHandler(SyslogBackLogHandlerIF backLogHandler) |
Copyright © 2017. All rights reserved.