Package kiwi :: Module log :: Class ReversedGlobalFilter
[frames | no frames]

Class ReversedGlobalFilter

Filter --+
         |
        ReversedGlobalFilter


It's like a reversed filter, the default behavior is to not show the message, you need to add custom filters for all the records you wish to see
Method Summary
  add_filter(self, f, level)
  filter(self, record)
Determine if the specified record is to be logged.

Method Details

filter(self, record)

Determine if the specified record is to be logged.

Is the specified record to be logged? Returns 0 for no, nonzero for yes. If deemed appropriate, the record may be modified in-place.
Overrides:
logging.Filter.filter (inherited documentation)

Generated by Epydoc 2.1 on Mon Jan 29 16:43:00 2007 http://epydoc.sf.net