Tracing Switches in MCE

You can display tracing information for MCE in the CCF Debugger. MCE supports a switch for each of the namespace it implements, as well as the level of information to be displayed. You can use the common switch-values – Verbose, Info, Warning, and Error – for MCE also. You must configure the MCE switches in the AgentDesktop.exe.config file.

The following example show the configuration to implement error tracing for MCE and verbose tracing for MCE engine:

<system.diagnostics>
 <switches>
<add name=”Microsoft.Ccf.Mce” value=”Error” />
<add name=Microsoft.Ccf.Mce.Engine” value=”Verbose” />
 </switches>
 </system.diagnostics>