From 707d2c72642b633d5ba8aa0373a272e972971535 Mon Sep 17 00:00:00 2001 From: tof <> Date: Fri, 22 Feb 2008 17:22:17 +0000 Subject: Added TFirebugLogRoute --- demos/quickstart/protected/pages/Advanced/Logging.page | 5 +++-- demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'demos/quickstart') diff --git a/demos/quickstart/protected/pages/Advanced/Logging.page b/demos/quickstart/protected/pages/Advanced/Logging.page index 650de616..7f14c004 100644 --- a/demos/quickstart/protected/pages/Advanced/Logging.page +++ b/demos/quickstart/protected/pages/Advanced/Logging.page @@ -20,12 +20,13 @@ The difference between Prado::log() and Prado::trace() is tha

Message Routing

-Messages logged using the above two functions are kept in memory. To make use of the messages, developers need to route them to specific destinations, such as files, emails, or browser windows. The message routing is managed by System.Util.TLogRouter module. When plugged into an application, it can route the messages to different destination in parallel. Currently, PRADO provides three types of routes: +Messages logged using the above two functions are kept in memory. To make use of the messages, developers need to route them to specific destinations, such as files, emails, or browser windows. The message routing is managed by System.Util.TLogRouter module. When plugged into an application, it can route the messages to different destination in parallel. Currently, PRADO provides four types of routes:

To enable message routing, plug in and configure the TLogRouter module in application configuration, diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 3d9bc155..66e3111d 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -9,6 +9,7 @@ This page summarizes the main new features that are introduced in each PRADO rel

Version 3.1.2

Version 3.1.1

-- cgit v1.2.3