| FlexRuleTrace Class |
Namespace: FlexRule.Diagnostics
public class FlexRuleTrace : ITrace, ITraceOptions
The FlexRuleTrace type exposes the following members.
| Name | Description | |
|---|---|---|
| ComplexTypeDepth |
Numbers of nested properties to dump
| |
| Enabled |
true when tracing is enabled
| |
| Options |
Tracing options
| |
| TraceCollections | ||
| TraceCollectionsMax |
Maximum numbers of item in collection to be dump during trace
| |
| TraceComplexTypes |
true when complex types properties values will be dump during trace
| |
| TraceException |
true when exceptions are traced
| |
| TraceLoadAdapter |
true when model load adapter is traced
| |
| TraceLoadType |
true when loading types is traced
| |
| TraceParseTree |
true when expression tree parser is traced
| |
| Writer |
Default trace writer
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsExcludedNamespace |
true if trace is enabled and namespace is excluded
| |
| IsModelFiltered |
true if trace is enabled and model is filtered
| |
| IsVariableFiltered |
true if trace is enabled and variable name is filtered
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ShouldTraceModel |
true if trace is enabled and execution event is traced
| |
| ShouldTraceVariable |
true if trace is enabled and variable container values are traced
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
Writes a message to trace
| |
| WriteLine |
Writes a line to trace
|