Interface LogComponentIdentifier
-
public interface LogComponentIdentifierInterface with constants required for the Logger.- Author:
- Rouven Thimm
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENTComponent: "cake.data.objects"static StringCOMPONENT_KEY_AGGREGATEOBJECTComponent-Key for AggregateObject: "21"static StringCOMPONENT_KEY_ATOMICOBJECTComponent-Key for AtomicObject: "22"static StringCOMPONENT_KEY_BYTEARRAYOBJECTComponent-Key for ByteArrayObject: "25"static StringCOMPONENT_KEY_COLLECTIONOBJECTComponent-Key for IntervalObject: "26"static StringCOMPONENT_KEY_DATAOBJECTComponent-Key for DataObject: "20"static StringCOMPONENT_KEY_INTERVALOBJECTComponent-Key for IntervalObject: "24"static StringCOMPONENT_KEY_LISTOBJECTComponent-Key for ListObject: "23"static StringCOMPONENT_KEY_WORKFLOWOBJECTComponent-Key for ListObject: "27"
-
-
-
Field Detail
-
COMPONENT
static final String COMPONENT
Component: "cake.data.objects"- See Also:
- Constant Field Values
-
COMPONENT_KEY_AGGREGATEOBJECT
static final String COMPONENT_KEY_AGGREGATEOBJECT
Component-Key for AggregateObject: "21"- See Also:
- Constant Field Values
-
COMPONENT_KEY_ATOMICOBJECT
static final String COMPONENT_KEY_ATOMICOBJECT
Component-Key for AtomicObject: "22"- See Also:
- Constant Field Values
-
COMPONENT_KEY_BYTEARRAYOBJECT
static final String COMPONENT_KEY_BYTEARRAYOBJECT
Component-Key for ByteArrayObject: "25"- See Also:
- Constant Field Values
-
COMPONENT_KEY_COLLECTIONOBJECT
static final String COMPONENT_KEY_COLLECTIONOBJECT
Component-Key for IntervalObject: "26"- See Also:
- Constant Field Values
-
COMPONENT_KEY_DATAOBJECT
static final String COMPONENT_KEY_DATAOBJECT
Component-Key for DataObject: "20"- See Also:
- Constant Field Values
-
COMPONENT_KEY_INTERVALOBJECT
static final String COMPONENT_KEY_INTERVALOBJECT
Component-Key for IntervalObject: "24"- See Also:
- Constant Field Values
-
COMPONENT_KEY_LISTOBJECT
static final String COMPONENT_KEY_LISTOBJECT
Component-Key for ListObject: "23"- See Also:
- Constant Field Values
-
COMPONENT_KEY_WORKFLOWOBJECT
static final String COMPONENT_KEY_WORKFLOWOBJECT
Component-Key for ListObject: "27"- See Also:
- Constant Field Values
-
-