added samples
[windows-sources.git] / sdk / samples / WPFSamples / SaveWindowPlacementStateSample / visualbasic / app.config
blob65fd8c9d27eb06b77405a11b7df876071e3c0f09
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
3     <configSections>
4     </configSections>
5     <system.diagnostics>
6         <sources>
7             <!-- This section defines the logging configuration for My.Application.Log -->
8             <source name="DefaultSource" switchName="DefaultSwitch">
9                 <listeners>
10                     <add name="FileLog"/>
11                     <!-- Uncomment the below section to write to the Application Event Log -->
12                     <!--<add name="EventLog"/>-->
13                 </listeners>
14             </source>
15         </sources>
16         <switches>
17             <add name="DefaultSwitch" value="Information" />
18         </switches>
19         <sharedListeners>
20             <add name="FileLog"
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"/> -->
25         </sharedListeners>
26     </system.diagnostics>
27 </configuration>