Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <configuration>
  3.  
  4. <configSections>
  5. <section name="BitFactory.Logging" type="BitFactory.Logging.Configuration.LoggingSection, BitFactory.Logging"/>
  6. </configSections>
  7.  
  8. <runtime>
  9. <!-- enables legacy CAS policy for this process -->
  10. <NetFx40_LegacySecurityPolicy enabled="true" />
  11. </runtime>
  12.  
  13. <BitFactory.Logging name="global" xmlns="http://BitFactory.Logging">
  14.  
  15. <fileLoggers>
  16. <fileLogger name="hyperlog" fileName=".\debug.log" isAsynchronous="true" />
  17. </fileLoggers>
  18.  
  19. </BitFactory.Logging>
  20.  
  21. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement