annotate Stocks/Stocks.Service/App.config @ 24:a8b50a087544

Stocks and FxRates working, new menu introduced. Working nicely so far
author adminsh@apollo
date Tue, 20 Mar 2012 20:18:35 +0000
parents 399398841fd0
children
rev   line source
0
e5d46bb6cdb0 Initial commit
adminSH stevenhollidge@hotmail.com
parents:
diff changeset
1 <configuration>
23
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
2 <configSections>
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
3 <sectionGroup name="common">
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
4 <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
5 </sectionGroup>
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
6 </configSections>
0
e5d46bb6cdb0 Initial commit
adminSH stevenhollidge@hotmail.com
parents:
diff changeset
7
23
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
8 <common>
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
9 <logging>
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
10 <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging">
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
11 <arg key="level" value="DEBUG" />
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
12 <arg key="showLogName" value="true" />
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
13 <arg key="showDataTime" value="true" />
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
14 <arg key="dateTimeFormat" value="yyyy/MM/dd HH:mm:ss:fff" />
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
15 </factoryAdapter>
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
16 </logging>
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
17 </common>
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents: 0
diff changeset
18 </configuration>