Interface for objects that can filter log messages. More...
#include <filterable.hpp>
Public Member Functions | |
| virtual nbool | filt (errLv::level lv, const std::string &tag) const =0 |
Interface for objects that can filter log messages.
Provides the basic interface for implementing custom log filters based on error level and tag criteria.
|
pure virtual |
Implemented in by::filters, and by::errPassFilter.