<?xml version="1.0" encoding="utf-8" ?>
<configuration
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<system.diagnostics>
<sources>
<source name="Trace1" switchName="Switch1">
<listeners>
<add name="TraceOnConsole"
type="System.Diagnostics.ConsoleTraceListener" />
</listeners>
</source>
</sources>
<switches>
<add name="Switch1" value="All" />
</switches>
</system.diagnostics>
</configuration>