diff Stocks/Stocks.Service/NLog.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
line wrap: on
line diff
--- a/Stocks/Stocks.Service/NLog.config	Tue Mar 20 15:07:49 2012 +0000
+++ b/Stocks/Stocks.Service/NLog.config	Tue Mar 20 16:53:29 2012 +0000
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
-      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<?xml version="1.0" encoding="utf-8"?>
 
-  <!-- 
+<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+    <!-- 
   See http://nlog-project.org/wiki/Configuration_file 
   for information on customizing logging rules and outputs.
    -->
-  <targets>
-    <target xsi:type="File" name="textFile" fileName="${basedir}/logs/${shortdate}.log"
-            layout="${longdate} ${uppercase:${level}} ${message}" />
-  </targets>
+    <targets>
+        <target xsi:type="File" name="textFile" fileName="${basedir}/logs/${shortdate}.log"
+                layout="${longdate} ${uppercase:${level}} ${message}" />
+    </targets>
 
-  <rules>
-    <logger name="*" minlevel="Trace" writeTo="textFile" />
-  </rules>
+    <rules>
+        <logger name="*" minlevel="Trace" writeTo="textFile" />
+    </rules>
 </nlog>
\ No newline at end of file