MIRA
|
Operator class used to combine two custom filters by the | operator. More...
#include <error/LogCustomizableFilter.h>
Public Member Functions | |
OrOperator (const F1 &f1, const F2 &f2) | |
virtual bool | filter (const LogRecord &record) |
Called by LogCustomizableFilter whenever a new log entry is getting filtered. More... | |
Operator class used to combine two custom filters by the | operator.
|
inline |
|
inlinevirtual |
Called by LogCustomizableFilter whenever a new log entry is getting filtered.
Return false to filter out the log entry.
record | The log entry |
Implements LogCustomizableFilter::CustomFilterBase.