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 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Advanced/Logging.page') 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, -- cgit v1.2.3