1 <?xml version="1.0" encoding="utf-8" ?>
7 <!-- This section defines the logging configuration for My.Application.Log -->
8 <source name="DefaultSource" switchName="DefaultSwitch">
11 <!-- Uncomment the below section to write to the Application Event Log -->
12 <!--<add name="EventLog"/>-->
17 <add name="DefaultSwitch" value="Information" />
21 type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
22 initializeData="FileLogWriter"/>
23 <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
24 <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->