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 final int
    The index of an arbitrary string allowing additional information for the log record.
    static final int
    The index of the base template ID in the parameters of a log record.
    static final int
    The index of the type of the EBP in the parameters of a log record.
    static final int
    The index of the embedded template ID (child template ID) in the parameters of a log record.
    static final int
    The index of the instance ID in the parameters of a log record.
    static final int
    The index of the nanoseconds in the parameters of a log record.
    static final int
    The index of the node ID in the parameters of a log record.
    static final int
    The index of the node iteration in the parameters of a log record.
    static final int
    The index of the qualified agent of the session token in the parameters of a log record.
    static final int
    The name of the service instance that is logging.
    static final int
    The name of the service interface that is logging.
    static final int
    The index of the session token in the parameters of a log record.
    static final int
    The index of the template ID in the parameters of a log record.
    static final int
    The index of the qualified agent of the top-level session token in the parameters of a log record.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 type Long.
      See Also:
    • 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 type String.
      See Also:
    • 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 type String.
      See Also:
    • 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 type String.
      See Also:
    • 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 type SessionToken.
      See Also:
    • 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 type QualifiedAgent.
      See Also:
    • 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 type QualifiedAgent.
      See Also:
    • 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 type UUID.
      See Also:
    • 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 type UUID.
      See Also:
    • 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 type UUID.
      See Also:
    • 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 type UUID.
      See Also:
    • 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 type Integer.
      See Also:
    • 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 type Integer.
      See Also:
    • 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 type EBPType.
      See Also:
  • Constructor Details

    • LoggingConstants

      public LoggingConstants()