comparison Stocks/Stocks.Service/App.config @ 23:399398841fd0

Working version for Stocks (including loosely coupled components
author adminsh@apollo
date Tue, 20 Mar 2012 16:53:29 +0000
parents e5d46bb6cdb0
children
comparison
equal deleted inserted replaced
22:a7a4cde39999 23:399398841fd0
1 <configuration> 1 <configuration>
2 <configSections> 2 <configSections>
3 <sectionGroup name="common"> 3 <sectionGroup name="common">
4 <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" /> 4 <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
5 </sectionGroup> 5 </sectionGroup>
6 </configSections> 6 </configSections>
7 7
8 <common> 8 <common>
9 <logging> 9 <logging>
10 <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging"> 10 <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging">
11 <arg key="level" value="DEBUG" /> 11 <arg key="level" value="DEBUG" />
12 <arg key="showLogName" value="true" /> 12 <arg key="showLogName" value="true" />
13 <arg key="showDataTime" value="true" /> 13 <arg key="showDataTime" value="true" />
14 <arg key="dateTimeFormat" value="yyyy/MM/dd HH:mm:ss:fff" /> 14 <arg key="dateTimeFormat" value="yyyy/MM/dd HH:mm:ss:fff" />
15 </factoryAdapter> 15 </factoryAdapter>
16 </logging> 16 </logging>
17 </common> 17 </common>
18 </configuration> 18 </configuration>