| IRuntimeEngineEnableFullLog Property |
Sets
Events to capture all activities during executions
Namespace: FlexRuleAssembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxbool EnableFullLog { get; set; }Property Value
Type:
Boolean
Remarks
When this property is set to true, engine itself collects all the events. When no event collection is required simply change it to false.
See Also