Package org.apache.log.output.jms
Class PropertyType
java.lang.Object
org.apache.log.output.jms.PropertyType
A class to hold all constants for PropertyTypes.
- Author:
- Mircea Toma
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final String
static final int
static final String
static final int
static final String
static final int
static final String
static final int
static final String
static final int
static final String
The maximum value used for TYPEs.static final int
static final String
static final int
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STATIC
public static final int STATIC- See Also:
-
CATEGORY
public static final int CATEGORY- See Also:
-
CONTEXT
public static final int CONTEXT- See Also:
-
MESSAGE
public static final int MESSAGE- See Also:
-
TIME
public static final int TIME- See Also:
-
RELATIVE_TIME
public static final int RELATIVE_TIME- See Also:
-
THROWABLE
public static final int THROWABLE- See Also:
-
PRIORITY
public static final int PRIORITY- See Also:
-
STATIC_STR
The maximum value used for TYPEs. Subclasses can define their own TYPEs starting atMAX_TYPE + 1
.- See Also:
-
CATEGORY_STR
- See Also:
-
CONTEXT_STR
- See Also:
-
MESSAGE_STR
- See Also:
-
TIME_STR
- See Also:
-
RELATIVE_TIME_STR
- See Also:
-
THROWABLE_STR
- See Also:
-
PRIORITY_STR
- See Also:
-
-
Constructor Details
-
PropertyType
public PropertyType()
-
-
Method Details
-
getTypeIdFor
-