MIRA
|
Helper class to get the type info of the derived class. More...
#include <error/LogCustomizableFilter.h>
Public Member Functions | |
virtual bool | filter (const LogRecord &record)=0 |
Called by LogCustomizableFilter whenever a new log entry is getting filtered. More... | |
Helper class to get the type info of the derived class.
Derive from this class if you want to add your own custom filter.
|
pure virtualinherited |
Called by LogCustomizableFilter whenever a new log entry is getting filtered.
Return false to filter out the log entry.
record | The log entry |
Implemented in LogCustomizableFilter::OrOperator< F1, F2 >, LogCustomizableFilter::AndOperator< F1, F2 >, LogCustomizableFilter::Thread< F >, LogCustomizableFilter::Severity< F >, LogCustomizableFilter::Namespace< F >, and LogCustomizableFilter::Class< F >.