Package org.productivity.java.syslog4j.impl.backlog.printstream

Class Summary
PrintStreamSyslogBackLogHandler PrintStreamSyslogBackLogHandler provides a last-chance mechanism to log messages that fail (for whatever reason) within the rest of Syslog to a PrintStream.
SystemErrSyslogBackLogHandler SystemErrSyslogBackLogHandler provides a last-chance mechanism to log messages that fail (for whatever reason) within the rest of Syslog to System.err.
SystemOutSyslogBackLogHandler SystemOutSyslogBackLogHandler provides a last-chance mechanism to log messages that fail (for whatever reason) within the rest of Syslog to System.out.