diff options
| author | xue <> | 2006-01-08 18:16:37 +0000 | 
|---|---|---|
| committer | xue <> | 2006-01-08 18:16:37 +0000 | 
| commit | 1ede802243d8532506a05fae3b62e0565fffea84 (patch) | |
| tree | 68470c873eb467cc2f9e3f9850bf7a6677e6c1e2 /demos/quickstart/protected | |
| parent | 09596d92b2eea0f70c98cc5abca6f5dbd4629802 (diff) | |
Modified application.xml to make use of the new logging feature.
Diffstat (limited to 'demos/quickstart/protected')
| -rw-r--r-- | demos/quickstart/protected/application.xml | 6 | 
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" />
 | 
