Author: dr
Date: Thu Nov 15 17:34:26 2007
New Revision: 6742

Log:
- Fixed classname in tutorial.

Modified:
    trunk/EventLog/docs/tutorial.txt

Modified: trunk/EventLog/docs/tutorial.txt
==============================================================================
--- trunk/EventLog/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/EventLog/docs/tutorial.txt [iso-8859-1] Thu Nov 15 17:34:26 2007
@@ -45,11 +45,11 @@
 
 ezcLogFilterSet
   ezcLogFilterSet is an implementation of ezcLogMapper. ezcLogFilterSet
-  contains a set of rules, ezcLogFilterRules. These rules are
-  processed sequentially. In other words, the first assigned rule will be
-  processed first. Each rule determines whether the log message matches the
-  filter rule. If the log message matches, it calls the writer and decide
-  whether the filter set stops processing.
+  contains a set of rules in the form of objects of the class ezcLogFilterRule.
+  These rules are processed sequentially. In other words, the first assigned
+  rule will be processed first. Each rule determines whether the log message
+  matches the filter rule. If the log message matches, it calls the writer and
+  decide whether the filter set stops processing.
 
   The ezcLogFilterSet class is inspired by modern mail application filter
   settings. Normally these mail filter settings sort the incoming


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to