
public interface SyslogMessageSender
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_INET_ADDRESS_TTL_IN_MILLIS |
static long |
DEFAULT_INET_ADDRESS_TTL_IN_NANOS |
static String |
DEFAULT_SYSLOG_HOST |
static MessageFormat |
DEFAULT_SYSLOG_MESSAGE_FORMAT |
static int |
DEFAULT_SYSLOG_PORT |
| Modifier and Type | Method and Description |
|---|---|
void |
sendMessage(CharArrayWriter message)
Send the given message ; the Syslog fields (appName, severity, priority, hostname ...) are the default values
of the MessageSender.
|
void |
sendMessage(CharSequence message)
Send the given message ; the Syslog fields (appName, severity, priority, hostname ...) are the default values
of the MessageSender.
|
void |
sendMessage(SyslogMessage message)
Send the given
SyslogMessage. |
static final long DEFAULT_INET_ADDRESS_TTL_IN_MILLIS
static final long DEFAULT_INET_ADDRESS_TTL_IN_NANOS
static final String DEFAULT_SYSLOG_HOST
static final MessageFormat DEFAULT_SYSLOG_MESSAGE_FORMAT
static final int DEFAULT_SYSLOG_PORT
void sendMessage(CharArrayWriter message) throws IOException
message - the message to sendIOExceptionvoid sendMessage(CharSequence message) throws IOException
message - the message to sendIOExceptionvoid sendMessage(SyslogMessage message) throws IOException
SyslogMessage.message - the message to sendIOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.