MIRA
|
Abstract base class for log filters. More...
#include <error/LoggingCore.h>
Public Member Functions | |
virtual | ~LogFilterBase () |
Destructor. More... | |
virtual bool | filter (const LogRecord &record)=0 |
Filters a log entry. More... | |
Abstract base class for log filters.
Sinks can be configured to log only messages that match the filter. e.g. Logging to cout will only made if severity level is CRITICAL but logging to file will be made always.
|
inlinevirtual |
Destructor.
|
pure virtual |
Filters a log entry.
record | The log entry. |
Implemented in LogCustomizableFilter.