Package com.ibm.decision.run.trace
Class TraceConfiguration
java.lang.Object
com.ibm.decision.run.trace.TraceConfiguration
TraceConfiguration allows user to configure which information should be recorded in the trace.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf not null, add in the trace information related to the decision models.booleanIf true, add in the trace the execution duration (in msec) in everyTraceRecord.booleanIf true, add in the trace all messages printed by the engines.If not null, add in the trace information related to the ruleflows.If not null, add in the trace information related to the rules. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
executionDuration
public boolean executionDurationIf true, add in the trace the execution duration (in msec) in everyTraceRecord. Default value is false. -
printedMessages
public boolean printedMessagesIf true, add in the trace all messages printed by the engines. Default value is true. -
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()
-