From 0ebae0856a5ed24bcc1b01d13d8715288f39a08d Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 4 Jan 2006 08:09:58 +0000 Subject: added logger module --- .gitattributes | 1 + demos/quickstart/protected/application.xml | 11 +++++++++++ demos/quickstart/protected/logs/logger.xml | 9 +++++++++ 3 files changed, 21 insertions(+) create mode 100644 demos/quickstart/protected/logs/logger.xml diff --git a/.gitattributes b/.gitattributes index 19fc74cd..985127e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -31,6 +31,7 @@ demos/quickstart/protected/controls/SampleLayout.tpl -text demos/quickstart/protected/controls/TTextHighlighter.php -text demos/quickstart/protected/controls/TopicList.php -text demos/quickstart/protected/controls/TopicList.tpl -text +demos/quickstart/protected/logs/logger.xml -text demos/quickstart/protected/pages/Configurations/AppConfig.page -text demos/quickstart/protected/pages/Configurations/Overview.page -text demos/quickstart/protected/pages/Configurations/PageConfig.page -text diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 0091ec5f..d456bd89 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -1,6 +1,17 @@ + + + + + + diff --git a/demos/quickstart/protected/logs/logger.xml b/demos/quickstart/protected/logs/logger.xml new file mode 100644 index 00000000..c02e135a --- /dev/null +++ b/demos/quickstart/protected/logs/logger.xml @@ -0,0 +1,9 @@ + + + + + + + + + -- cgit v1.2.3