miércoles, 13 de agosto de 2014

How to Use the Tracing Feature in Epicor

When developing this allows you to see the ins and outs when debugging for instance. For this, I recommend using the Tracing feature.
From the main Epicor menu, select the “Tracing Options” icon.
Click “Clear Log”
Ensure that “Enable Trace Logging” is checked.
Click “Apply”
Now anything you do in Epicor, such as searching or updating, will be logged to the selected log file.
To open the log file click the “Tracing Options” icon again and click “View”.
This log shows the background functions and parameters that Epicor uses.
This tool is very useful for developers looking to better understand Epicor and add functionality.

  • Enable Tracing Logging: DataTracer changes from 0 to 4
  • Exclude client processing from method timing: DisablesLegacyTimming changes from 0 t 4
  • Write Full Data Set: DataTraceFullDataSets changes from 0 to 4
  • Track Changes Only: DataTtaceFullDataSets changes from 0 to 3
  • Write Call Context Data Set: (unknown, this doesn't do anything in the config as far as I can tell)