15 bool result = std::regex_match(record.
message, _pattern);
16 return _positive ? result : !result;
bool FilterRecord(Record &record) override
Filter the given logging record.
std::string message
Message of the logging record.
Message filter definition.
C++ Logging project definitions.