diff options
author | xue <> | 2006-07-02 03:17:18 +0000 |
---|---|---|
committer | xue <> | 2006-07-02 03:17:18 +0000 |
commit | 6535233f952be866d624ad1a573562c6706138de (patch) | |
tree | d5c15d5569ccc8ec3c1afb29ef86694c188b4fd0 /framework/Util/TLogRouter.php | |
parent | 3d8aabc15b85e1a3088295f9278d3407ff71dfea (diff) |
Fixed #262.
Diffstat (limited to 'framework/Util/TLogRouter.php')
-rw-r--r-- | framework/Util/TLogRouter.php | 4 |
1 files changed, 2 insertions, 2 deletions
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,
* <code>
- * <route class="TFileLogRoute" Categories="System.Web.UI" Levels="Warning" />
- * <route class="TEmailLogRoute" Categories="Application" Levels="Fatal" Emails="admin@pradosoft.com" />
+ * <route class="TFileLogRoute" Categories="System.Web.UI" Levels="Warning" />
+ * <route class="TEmailLogRoute" Categories="Application" Levels="Fatal" Emails="admin@pradosoft.com" />
* </code>
* You can specify multiple routes with different filtering conditions and different
* targets, even if the routes are of the same type.
|