Class SyslogConstants
- java.lang.Object
-
- org.apache.camel.component.syslog.SyslogConstants
-
public final class SyslogConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SYSLOG_FACILITY
The Sylog message Facilitystatic String
SYSLOG_HOSTNAME
The hostname in the syslog messagestatic String
SYSLOG_LOCAL_ADDRESS
The socket address of local machine that received the message.static String
SYSLOG_REMOTE_ADDRESS
The socket address of the remote machine that send the message.static String
SYSLOG_SEVERITY
The Syslog severitystatic String
SYSLOG_TIMESTAMP
The syslog timestamp
-
-
-
Field Detail
-
SYSLOG_LOCAL_ADDRESS
public static final String SYSLOG_LOCAL_ADDRESS
The socket address of local machine that received the message.- See Also:
- Constant Field Values
-
SYSLOG_REMOTE_ADDRESS
public static final String SYSLOG_REMOTE_ADDRESS
The socket address of the remote machine that send the message.- See Also:
- Constant Field Values
-
SYSLOG_FACILITY
public static final String SYSLOG_FACILITY
The Sylog message Facility- See Also:
- Constant Field Values
-
SYSLOG_SEVERITY
public static final String SYSLOG_SEVERITY
The Syslog severity- See Also:
- Constant Field Values
-
SYSLOG_HOSTNAME
public static final String SYSLOG_HOSTNAME
The hostname in the syslog message- See Also:
- Constant Field Values
-
SYSLOG_TIMESTAMP
public static final String SYSLOG_TIMESTAMP
The syslog timestamp- See Also:
- Constant Field Values
-
-