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