public class SyslogConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FACILITY
Name of the attribute storing the facility of a syslog event.
|
static javax.xml.namespace.QName |
MESSAGE
Qualified name of the root element of the XML representation of a syslog event.
|
static java.lang.String |
NAMESPACE_URI
The namespace used in the XML representation of a syslog event.
|
static java.lang.String |
PID
Name of the attribute storing the process ID of a syslog event;
|
static java.lang.String |
SEVERITY
Name of the attribute storing the severity of a syslog event.
|
static java.lang.String |
TAG
Name of the attribute storing the tag of a syslog event.
|
public static final java.lang.String NAMESPACE_URI
public static final javax.xml.namespace.QName MESSAGE
public static final java.lang.String FACILITY
public static final java.lang.String SEVERITY
public static final java.lang.String TAG
public static final java.lang.String PID
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.