From 6535233f952be866d624ad1a573562c6706138de Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 2 Jul 2006 03:17:18 +0000 Subject: Fixed #262. --- framework/Util/TLogRouter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Util') diff --git a/framework/Util/TLogRouter.php b/framework/Util/TLogRouter.php index fe0d2964..a9d37b2f 100644 --- a/framework/Util/TLogRouter.php +++ b/framework/Util/TLogRouter.php @@ -22,8 +22,8 @@ * or an external configuration file specified by {@link setConfigFile ConfigFile}. * The format is as follows, * - * <route class="TFileLogRoute" Categories="System.Web.UI" Levels="Warning" /> - * <route class="TEmailLogRoute" Categories="Application" Levels="Fatal" Emails="admin@pradosoft.com" /> + * + * * * You can specify multiple routes with different filtering conditions and different * targets, even if the routes are of the same type. -- cgit v1.2.3