comparison Stocks/Stocks.Service/App.config @ 0:e5d46bb6cdb0

Initial commit
author adminSH stevenhollidge@hotmail.com
date Mon, 20 Feb 2012 13:52:35 +0700
parents
children 399398841fd0
comparison
equal deleted inserted replaced
-1:000000000000 0:e5d46bb6cdb0
1 <configuration>
2 <configSections>
3 <sectionGroup name="common">
4 <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
5 </sectionGroup>
6 </configSections>
7
8 <common>
9 <logging>
10 <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging">
11 <arg key="level" value="DEBUG" />
12 <arg key="showLogName" value="true" />
13 <arg key="showDataTime" value="true" />
14 <arg key="dateTimeFormat" value="yyyy/MM/dd HH:mm:ss:fff" />
15 </factoryAdapter>
16 </logging>
17 </common>
18 </configuration>