Package org.apache.synapse.format.syslog
Class SyslogConstants
java.lang.Object
org.apache.synapse.format.syslog.SyslogConstants
Class defining constants for the syslog protocol.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the attribute storing the facility of a syslog event.static final QNameQualified name of the root element of the XML representation of a syslog event.static final StringThe namespace used in the XML representation of a syslog event.static final StringName of the attribute storing the process ID of a syslog event;static final StringName of the attribute storing the severity of a syslog event.static final StringName of the attribute storing the tag of a syslog event. -
Method Summary
-
Field Details
-
NAMESPACE_URI
The namespace used in the XML representation of a syslog event.- See Also:
-
MESSAGE
Qualified name of the root element of the XML representation of a syslog event. -
FACILITY
Name of the attribute storing the facility of a syslog event.- See Also:
-
SEVERITY
Name of the attribute storing the severity of a syslog event.- See Also:
-
TAG
Name of the attribute storing the tag of a syslog event.- See Also:
-
PID
Name of the attribute storing the process ID of a syslog event;- See Also:
-