summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/application.xml
diff options
context:
space:
mode:
authorxue <>2006-01-08 18:16:37 +0000
committerxue <>2006-01-08 18:16:37 +0000
commit1ede802243d8532506a05fae3b62e0565fffea84 (patch)
tree68470c873eb467cc2f9e3f9850bf7a6677e6c1e2 /demos/quickstart/protected/application.xml
parent09596d92b2eea0f70c98cc5abca6f5dbd4629802 (diff)
Modified application.xml to make use of the new logging feature.
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r--demos/quickstart/protected/application.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml
index d9ae0f44..e99121fa 100644
--- a/demos/quickstart/protected/application.xml
+++ b/demos/quickstart/protected/application.xml
@@ -2,9 +2,9 @@
<application id="QuickStart" Mode="Debug">
<modules>
- <module id="logger" class="System.Log.TEventLog">
- <logger destination="file" directory="QuickStart.logs" filename="prado.log" />
- </module>
+ <module id="log" class="System.Log.TLogRouter">
+ <route class="TFileLogRoute" />
+ </module>
</modules>
<paths>
<alias id="Controls" path="controls" />