Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.47 KB | None | 0 0
  1.  <configSections>
  2.     <section name="Xtensive.Diagnostics" type="Xtensive.Diagnostics.Configuration.ConfigurationSection, Xtensive.Core"/>
  3.   </configSections>
  4.   <Xtensive.Diagnostics>
  5.     <logs>
  6.       <log name="Orm"                   events="All"   provider="File" format="Comprehensive" file="C:/Debug/Log.txt" />
  7.       <log name="Storage.Providers.Sql" events="All"   provider="File" format="Comprehensive" file="C:/Debug/Log.txt"/>
  8.     </logs>
  9.   </Xtensive.Diagnostics>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement