Package org.forgerock.openam.log.handlers.syslog
-
Class Summary Class Description SyslogFormatter Format LogRecord as a RFC5424-compliant syslog message.SyslogHandler The SyslogHandler publishes log records using default formatter (SyslogFormatter) and sends these to a syslog daemon using SyslogPublisher.SyslogPublisher This class manages the real socket that is connected to syslog daemon.SyslogTcpPublisher ASyslogPublisherimplementation that publishes the audit log records using the TCP protocol.SyslogUdpPublisher ASyslogPublisherimplementation that publishes the audit log records via UDP packets.