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 |
A
SyslogPublisher implementation that publishes the audit log records using the TCP protocol. |
SyslogUdpPublisher |
A
SyslogPublisher implementation that publishes the audit log records via UDP packets. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.