Class TraceConfiguration

java.lang.Object
com.ibm.decision.run.trace.TraceConfiguration

public class TraceConfiguration extends Object
TraceConfiguration allows user to configure which information should be recorded in the trace.
See Also:
  • Field Details

    • executionDuration

      public boolean executionDuration
      If true, add in the trace the execution duration (in msec) in every TraceRecord. Default value is false.
    • printedMessages

      public boolean printedMessages
      If true, add in the trace all messages printed by the engines. Default value is true.
    • decisionModel

      public TraceConfigurationForDecisionModel decisionModel
      If not null, add in the trace information related to the decision models. Default value is not null.
    • rules

      If not null, add in the trace information related to the rules. Default value is not null.
    • ruleflow

      If not null, add in the trace information related to the ruleflows. Default value is not null.
  • Constructor Details

    • TraceConfiguration

      public TraceConfiguration()