Searched defs:syslog (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogPublisher.java17 package org.forgerock.openam.log.handlers.syslog;
27 * This class manages the real socket that is connected to syslog daemon. The socket could be either TCP or UDP socket.
37 * @param socketAddress The socket address to be used for sending the syslog messages.
57 Debug.error("Unable to publish syslog records due to " + ioe.getMessage()
76 * Sends the log record to the syslog server by the means of the chosen protocol (TCP or UDP).
H A DSyslogTcpPublisher.java17 package org.forgerock.openam.log.handlers.syslog;
H A DSyslogUdpPublisher.java17 package org.forgerock.openam.log.handlers.syslog;
H A DSyslogFormatter.java17 package org.forgerock.openam.log.handlers.syslog;
40 * Format LogRecord as a <a href="http://tools.ietf.org/html/rfc5424#section-6">RFC5424-compliant syslog message</a>.
41 * Fields of syslog message are:
58 * iplanet-am-logging-syslog-add-unlisted-fields is not checked, only fields in allFields are included.
60 * NB: Current syslog daemons (both rsyslog and syslog-ng) need additional configuration to allow logging via UDP (or
76 "syslog", "lpr", "news", "uucp", "cron",
113 * Format a LogRecord as a RFC5424 structured syslog message. Most of interesting bits are expressed as key-value
117 * @return Formatted string, suitable to be sent as a syslog message.
H A DSyslogHandler.java17 package org.forgerock.openam.log.handlers.syslog;
36 * The SyslogHandler publishes log records using default formatter (SyslogFormatter) and sends these to a syslog daemon
64 Debug.error("Invalid syslog protocol " + protocol + ", defaulting to UDP");
94 Debug.message("Initialized syslog handler for " + name);
130 Debug.error("IOException during syslog socket close", ex);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogPublisher.java17 package org.forgerock.openam.log.handlers.syslog;
28 * This class manages the real socket that is connected to syslog daemon. The socket could be either TCP or UDP socket.
39 * @param socketAddress The socket address to be used for sending the syslog messages.
62 Debug.error("Unable to publish syslog records due to " + ioe.getMessage()
71 Debug.error("Unable to publish syslog record due to non-transient network errors"
88 * Sends the log record to the syslog server by the means of the chosen protocol (TCP or UDP).
H A DSyslogTcpPublisher.java17 package org.forgerock.openam.log.handlers.syslog;
H A DSyslogUdpPublisher.java17 package org.forgerock.openam.log.handlers.syslog;
H A DSyslogFormatter.java17 package org.forgerock.openam.log.handlers.syslog;
40 * Format LogRecord as a <a href="http://tools.ietf.org/html/rfc5424#section-6">RFC5424-compliant syslog message</a>.
41 * Fields of syslog message are:
58 * iplanet-am-logging-syslog-add-unlisted-fields is not checked, only fields in allFields are included.
60 * NB: Current syslog daemons (both rsyslog and syslog-ng) need additional configuration to allow logging via UDP (or
76 "syslog", "lpr", "news", "uucp", "cron",
113 * Format a LogRecord as a RFC5424 structured syslog message. Most of interesting bits are expressed as key-value
117 * @return Formatted string, suitable to be sent as a syslog message.
H A DSyslogHandler.java17 package org.forgerock.openam.log.handlers.syslog;
38 * The SyslogHandler publishes log records using default formatter (SyslogFormatter) and sends these to a syslog daemon
66 Debug.error("Invalid syslog protocol " + protocol + ", defaulting to UDP");
96 Debug.message("Initialized syslog handler for " + name);
137 Debug.error("IOException during syslog socket close", ex);

Completed in 86 milliseconds