Files
Orchard/src/Orchard.Tests/App.config
Renaud Paquay 011ebe9ffe Rename "Orchard" to "Orchard.Framework" pass 2
--HG--
branch : dev
2010-04-07 14:58:37 -07:00

13 lines
397 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.diagnostics>
<sources>
<source name="Orchard.Tests.Logging.Thing" switchValue="Warning">
<listeners>
<add name="loopback" type="Orchard.Tests.Logging.InMemoryCapture,Orchard.Framework.Tests" />
</listeners>
</source>
</sources>
</system.diagnostics>
</configuration>