1
Vote

Create new TrackingOption TypeName

description

TypeName will append the full name of the activity type in the tracking record
 
For example
host1.Tracking.Trace(TrackingOptions.Default | TrackingOptions.TypeName);
 
Will result in
9: Activity [1.16] "State1" is Executing (System.Activities.Statements.InternalState)

comments