PageRenderTime 65ms CodeModel.GetById 32ms RepoModel.GetById 0ms app.codeStats 0ms

/mc_com/bin/Debug/mc_com.exe.config

#
ASP.NET | 23 lines | 18 code | 0 blank | 5 comment | 0 complexity | e5343cf7cb0da7c8dba6660d9f51523f MD5 | raw file
Possible License(s): GPL-2.0
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <system.diagnostics>
  4. <sources>
  5. <!-- This section defines the logging configuration for My.Application.Log -->
  6. <source name="DefaultSource" switchName="DefaultSwitch">
  7. <listeners>
  8. <add name="FileLog"/>
  9. <!-- Uncomment the below section to write to the Application Event Log -->
  10. <!--<add name="EventLog"/>-->
  11. </listeners>
  12. </source>
  13. </sources>
  14. <switches>
  15. <add name="DefaultSwitch" value="Information"/>
  16. </switches>
  17. <sharedListeners>
  18. <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
  19. <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
  20. <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
  21. </sharedListeners>
  22. </system.diagnostics>
  23. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>