class documentation
class DynamicLogFilter: (source)
This class handles dynamic log level filtering.
The initial level is set to ERROR so that it suppresses all "informational" log level entries that arrives before our own application is stated by calling the LogHandler start() method.