Class LoggingConstants
- java.lang.Object
-
- de.aristaflow.adept2.model.globals.LoggingConstants
-
public class LoggingConstants extends Object
Constants for usage by the AristaFlow debug logging.- Author:
- Ulrich Kreher
-
-
Field Summary
Fields Modifier and Type Field Description static int
INDEX_ARBITRARY_STRING
The index of an arbitrary string allowing additional information for the log record.static int
INDEX_BASE_TEMPLATE_ID
The index of the base template ID in the parameters of a log record.static int
INDEX_EBP_TYPE
The index of the type of the EBP in the parameters of a log record.static int
INDEX_EMBEDDED_TEMPLATE_ID
The index of the embedded template ID (child template ID) in the parameters of a log record.static int
INDEX_INSTANCE_ID
The index of the instance ID in the parameters of a log record.static int
INDEX_NANOS
The index of the nanoseconds in the parameters of a log record.static int
INDEX_NODE_ID
The index of the node ID in the parameters of a log record.static int
INDEX_NODE_ITERATION
The index of the node iteration in the parameters of a log record.static int
INDEX_QA
The index of the qualified agent of the session token in the parameters of a log record.static int
INDEX_SERVICE_INSTANCE_NAME
The name of the service instance that is logging.static int
INDEX_SERVICE_INTERFACE_NAME
The name of the service interface that is logging.static int
INDEX_SESSION_TOKEN
The index of the session token in the parameters of a log record.static int
INDEX_TEMPLATE_ID
The index of the template ID in the parameters of a log record.static int
INDEX_TOP_LEVEL_QA
The index of the qualified agent of the top-level session token in the parameters of a log record.
-
Constructor Summary
Constructors Constructor Description LoggingConstants()
-
-
-
Field Detail
-
INDEX_NANOS
public static final int INDEX_NANOS
The index of the nanoseconds in the parameters of a log record. This is expected to be of typeLong
.- See Also:
- Constant Field Values
-
INDEX_SERVICE_INSTANCE_NAME
public static final int INDEX_SERVICE_INSTANCE_NAME
The name of the service instance that is logging. This is expected to be of typeString
.- See Also:
- Constant Field Values
-
INDEX_SERVICE_INTERFACE_NAME
public static final int INDEX_SERVICE_INTERFACE_NAME
The name of the service interface that is logging. This is expected to be of typeString
.- See Also:
- Constant Field Values
-
INDEX_ARBITRARY_STRING
public static final int INDEX_ARBITRARY_STRING
The index of an arbitrary string allowing additional information for the log record. This is expected to be of typeString
.- See Also:
- Constant Field Values
-
INDEX_SESSION_TOKEN
public static final int INDEX_SESSION_TOKEN
The index of the session token in the parameters of a log record. This is expected to be of typeSessionToken
.- See Also:
- Constant Field Values
-
INDEX_TOP_LEVEL_QA
public static final int INDEX_TOP_LEVEL_QA
The index of the qualified agent of the top-level session token in the parameters of a log record. This is expected to be of typeQualifiedAgent
.- See Also:
- Constant Field Values
-
INDEX_QA
public static final int INDEX_QA
The index of the qualified agent of the session token in the parameters of a log record. This is expected to be of typeQualifiedAgent
.- See Also:
- Constant Field Values
-
INDEX_TEMPLATE_ID
public static final int INDEX_TEMPLATE_ID
The index of the template ID in the parameters of a log record. This is expected to be of typeUUID
.- See Also:
- Constant Field Values
-
INDEX_BASE_TEMPLATE_ID
public static final int INDEX_BASE_TEMPLATE_ID
The index of the base template ID in the parameters of a log record. This is expected to be of typeUUID
.- See Also:
- Constant Field Values
-
INDEX_EMBEDDED_TEMPLATE_ID
public static final int INDEX_EMBEDDED_TEMPLATE_ID
The index of the embedded template ID (child template ID) in the parameters of a log record. This is expected to be of typeUUID
.- See Also:
- Constant Field Values
-
INDEX_INSTANCE_ID
public static final int INDEX_INSTANCE_ID
The index of the instance ID in the parameters of a log record. This is expected to be of typeUUID
.- See Also:
- Constant Field Values
-
INDEX_NODE_ID
public static final int INDEX_NODE_ID
The index of the node ID in the parameters of a log record. This is expected to be of typeInteger
.- See Also:
- Constant Field Values
-
INDEX_NODE_ITERATION
public static final int INDEX_NODE_ITERATION
The index of the node iteration in the parameters of a log record. This is expected to be of typeInteger
.- See Also:
- Constant Field Values
-
INDEX_EBP_TYPE
public static final int INDEX_EBP_TYPE
The index of the type of the EBP in the parameters of a log record. This is expected to be of typeEBPType
.- See Also:
- Constant Field Values
-
-