Class SyslogConstants
java.lang.Object
org.apache.camel.component.syslog.SyslogConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Sylog message Facilitystatic final StringThe hostname in the syslog messagestatic final StringThe socket address of local machine that received the message.static final StringThe socket address of the remote machine that send the message.static final StringThe Syslog severitystatic final StringThe syslog timestamp -
Method Summary
-
Field Details
-
SYSLOG_LOCAL_ADDRESS
The socket address of local machine that received the message.- See Also:
-
SYSLOG_REMOTE_ADDRESS
The socket address of the remote machine that send the message.- See Also:
-
SYSLOG_FACILITY
The Sylog message Facility- See Also:
-
SYSLOG_SEVERITY
The Syslog severity- See Also:
-
SYSLOG_HOSTNAME
The hostname in the syslog message- See Also:
-
SYSLOG_TIMESTAMP
The syslog timestamp- See Also:
-