class ILogFilterPredicate(Interface): (source)
Known implementations: twisted.logger.LogLevelFilterPredicate
| Method | __call__ |
Determine whether an event should be logged. |
| Parameters | |
event:LogEvent | Undocumented |
| Returns | |
NamedConstant | a PredicateResult. |