Class LoggingConstants
java.lang.Object
de.aristaflow.adept2.model.globals.LoggingConstants
Constants for usage by the AristaFlow debug logging.
- Author:
- Ulrich Kreher
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe index of an arbitrary string allowing additional information for the log record.static final intThe index of the base template ID in the parameters of a log record.static final intThe index of the type of the EBP in the parameters of a log record.static final intThe index of the embedded template ID (child template ID) in the parameters of a log record.static final intThe index of the instance ID in the parameters of a log record.static final intThe index of the nanoseconds in the parameters of a log record.static final intThe index of the node ID in the parameters of a log record.static final intThe index of the node iteration in the parameters of a log record.static final intThe index of the qualified agent of the session token in the parameters of a log record.static final intThe name of the service instance that is logging.static final intThe name of the service interface that is logging.static final intThe index of the session token in the parameters of a log record.static final intThe index of the template ID in the parameters of a log record.static final intThe index of the qualified agent of the top-level session token in the parameters of a log record. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INDEX_NANOS
public static final int INDEX_NANOSThe index of the nanoseconds in the parameters of a log record. This is expected to be of typeLong.- See Also:
-
INDEX_SERVICE_INSTANCE_NAME
public static final int INDEX_SERVICE_INSTANCE_NAMEThe name of the service instance that is logging. This is expected to be of typeString.- See Also:
-
INDEX_SERVICE_INTERFACE_NAME
public static final int INDEX_SERVICE_INTERFACE_NAMEThe name of the service interface that is logging. This is expected to be of typeString.- See Also:
-
INDEX_ARBITRARY_STRING
public static final int INDEX_ARBITRARY_STRINGThe index of an arbitrary string allowing additional information for the log record. This is expected to be of typeString.- See Also:
-
INDEX_SESSION_TOKEN
public static final int INDEX_SESSION_TOKENThe index of the session token in the parameters of a log record. This is expected to be of typeSessionToken.- See Also:
-
INDEX_TOP_LEVEL_QA
public static final int INDEX_TOP_LEVEL_QAThe 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:
-
INDEX_QA
public static final int INDEX_QAThe 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:
-
INDEX_TEMPLATE_ID
public static final int INDEX_TEMPLATE_IDThe index of the template ID in the parameters of a log record. This is expected to be of typeUUID.- See Also:
-
INDEX_BASE_TEMPLATE_ID
public static final int INDEX_BASE_TEMPLATE_IDThe index of the base template ID in the parameters of a log record. This is expected to be of typeUUID.- See Also:
-
INDEX_EMBEDDED_TEMPLATE_ID
public static final int INDEX_EMBEDDED_TEMPLATE_IDThe 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:
-
INDEX_INSTANCE_ID
public static final int INDEX_INSTANCE_IDThe index of the instance ID in the parameters of a log record. This is expected to be of typeUUID.- See Also:
-
INDEX_NODE_ID
public static final int INDEX_NODE_IDThe index of the node ID in the parameters of a log record. This is expected to be of typeInteger.- See Also:
-
INDEX_NODE_ITERATION
public static final int INDEX_NODE_ITERATIONThe index of the node iteration in the parameters of a log record. This is expected to be of typeInteger.- See Also:
-
INDEX_EBP_TYPE
public static final int INDEX_EBP_TYPEThe index of the type of the EBP in the parameters of a log record. This is expected to be of typeEBPType.- See Also:
-
-
Constructor Details
-
LoggingConstants
public LoggingConstants()
-