From 15c48caefda3882b699fbf2ee26a11f059a10715 Mon Sep 17 00:00:00 2001 From: tof <> Date: Fri, 22 Feb 2008 17:24:05 +0000 Subject: typo --- demos/quickstart/protected/pages/Advanced/Logging.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Advanced/Logging.page b/demos/quickstart/protected/pages/Advanced/Logging.page index 7f14c004..9161f9fb 100644 --- a/demos/quickstart/protected/pages/Advanced/Logging.page +++ b/demos/quickstart/protected/pages/Advanced/Logging.page @@ -26,7 +26,7 @@ Messages logged using the above two functions are kept in memory. To make use of
  • TFileLogRoute - filtered messages are stored in a specified log file. By default, this file is named prado.log under the runtime directory of the application. File rotation is provided.
  • TEmailLogRoute - filtered messages are sent to pre-specified email addresses.
  • TBrowserLogRoute - filtered messages are appended to the end of the current page output.
  • -
  • TFirebugLogRoute - filtered messages are sent to the Firebug console
  • +
  • TFirebugLogRoute - filtered messages are sent to the Firebug console
  • To enable message routing, plug in and configure the TLogRouter module in application configuration, -- cgit v1.2.3