class Logging::Filter

The ‘Filter` class allows for filtering messages based on event properties independently of the standard minimum-level restriction.

All other Filters inherit from this class, and must override the ‘allow` method to return the event if it should be allowed into the log. Otherwise the `allow` method should return `nil`.