Commit 7fc38244 authored by Vinay Sajip's avatar Vinay Sajip

logging: clarified Filter documentation.

parent 78025225
...@@ -2708,6 +2708,9 @@ etc.) This means that events which have been generated by descendant loggers ...@@ -2708,6 +2708,9 @@ etc.) This means that events which have been generated by descendant loggers
will not be filtered by a logger's filter setting, unless the filter has also will not be filtered by a logger's filter setting, unless the filter has also
been applied to those descendant loggers. been applied to those descendant loggers.
You don't actually need to subclass ``Filter``: you can pass any instance
which has a ``filter`` method with the same semantics.
Other uses for filters Other uses for filters
^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment