org.apache.camel.component.syslog
Class SyslogConstants

java.lang.Object
  extended by org.apache.camel.component.syslog.SyslogConstants

public final class SyslogConstants
extends Object


Field Summary
static String SYSLOG_FACILITY
          The Sylog message Facility
static String SYSLOG_HOSTNAME
          The hostname in the syslog message
static 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 severity
static String SYSLOG_TIMESTAMP
          The syslog timestamp
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSLOG_LOCAL_ADDRESS

public static final transient 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 transient 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 transient String SYSLOG_FACILITY
The Sylog message Facility

See Also:
Constant Field Values

SYSLOG_SEVERITY

public static final transient String SYSLOG_SEVERITY
The Syslog severity

See Also:
Constant Field Values

SYSLOG_HOSTNAME

public static final transient String SYSLOG_HOSTNAME
The hostname in the syslog message

See Also:
Constant Field Values

SYSLOG_TIMESTAMP

public static final transient String SYSLOG_TIMESTAMP
The syslog timestamp

See Also:
Constant Field Values


Apache Camel