public class LoggingConstants
extends java.lang.Object
| Modifier and Type | Field and 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 and Description |
|---|
LoggingConstants() |
public static final int INDEX_NANOS
Long.public static final int INDEX_SERVICE_INSTANCE_NAME
String.public static final int INDEX_SERVICE_INTERFACE_NAME
String.public static final int INDEX_ARBITRARY_STRING
String.public static final int INDEX_SESSION_TOKEN
SessionToken.public static final int INDEX_TOP_LEVEL_QA
QualifiedAgent.public static final int INDEX_QA
QualifiedAgent.public static final int INDEX_TEMPLATE_ID
UUID.public static final int INDEX_BASE_TEMPLATE_ID
UUID.public static final int INDEX_EMBEDDED_TEMPLATE_ID
UUID.public static final int INDEX_INSTANCE_ID
UUID.public static final int INDEX_NODE_ID
Integer.public static final int INDEX_NODE_ITERATION
Integer.public static final int INDEX_EBP_TYPE
EBPType.