Package org.apache.log.output.jms
Class PropertyType
- java.lang.Object
-
- org.apache.log.output.jms.PropertyType
-
public class PropertyType extends java.lang.Object
A class to hold all constants for PropertyTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CATEGORY
static java.lang.String
CATEGORY_STR
static int
CONTEXT
static java.lang.String
CONTEXT_STR
static int
MESSAGE
static java.lang.String
MESSAGE_STR
static int
PRIORITY
static java.lang.String
PRIORITY_STR
static int
RELATIVE_TIME
static java.lang.String
RELATIVE_TIME_STR
static int
STATIC
static java.lang.String
STATIC_STR
The maximum value used for TYPEs.static int
THROWABLE
static java.lang.String
THROWABLE_STR
static int
TIME
static java.lang.String
TIME_STR
-
Constructor Summary
Constructors Constructor Description PropertyType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getTypeIdFor(java.lang.String type)
-
-
-
Field Detail
-
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
-
CATEGORY
public static final int CATEGORY
- See Also:
- Constant Field Values
-
CONTEXT
public static final int CONTEXT
- See Also:
- Constant Field Values
-
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
RELATIVE_TIME
public static final int RELATIVE_TIME
- See Also:
- Constant Field Values
-
THROWABLE
public static final int THROWABLE
- See Also:
- Constant Field Values
-
PRIORITY
public static final int PRIORITY
- See Also:
- Constant Field Values
-
STATIC_STR
public static final java.lang.String STATIC_STR
The maximum value used for TYPEs. Subclasses can define their own TYPEs starting atMAX_TYPE + 1
.- See Also:
- Constant Field Values
-
CATEGORY_STR
public static final java.lang.String CATEGORY_STR
- See Also:
- Constant Field Values
-
CONTEXT_STR
public static final java.lang.String CONTEXT_STR
- See Also:
- Constant Field Values
-
MESSAGE_STR
public static final java.lang.String MESSAGE_STR
- See Also:
- Constant Field Values
-
TIME_STR
public static final java.lang.String TIME_STR
- See Also:
- Constant Field Values
-
RELATIVE_TIME_STR
public static final java.lang.String RELATIVE_TIME_STR
- See Also:
- Constant Field Values
-
THROWABLE_STR
public static final java.lang.String THROWABLE_STR
- See Also:
- Constant Field Values
-
PRIORITY_STR
public static final java.lang.String PRIORITY_STR
- See Also:
- Constant Field Values
-
-