Intent Tracer Log File reference

The Intent Tracer generates a log file that contains data in the following format:

' Call Entry : Time, Indent, Rule(R) or Function(F), Part[Rule or Function], Design, Arguments

' Call Return: Time, Indent, >>> , Return Value

00:00:08.6895932,1,R,Root[partName],BasePart,

00:00:08.6897488,2,R,Root[%%Name],BasePart,

00:00:08.6899600,2,>>> ,:Root

00:00:08.6900544,1,>>> ,:Root
Call Entry
Time
Displays the time using a high-resolution timer.
Indent
Shows the Intent stack level at the time of call.
R/F mark
Describes whether we log activity for the rule or function call.
Part[Rule]
The part/rule (or function) combination that contains the reference string for the containing part, and the rule/function name.
Design
Contains the name of the Part Design .
Arguments
Field contains the values of the arguments passed to a function/method.
Call Return
Time
Displays the time using a high-resolution timer.
Indent
Shows the Intent stack level at the return time.
Return value
Field contains the returned value from the rule/method/function.

Log Write Options control the scope of the data written into log file.