errPassFilter.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
11 class _nout errPassFilter: public filterable {
13
14 public:
15 nbool filt(errLv::level lv, const std::string& tag) const override;
16 };
17}
Filter that passes through error-level log messages.
Definition: errPassFilter.hpp:11
nbool filt(errLv::level lv, const std::string &tag) const override
Interface for objects that can filter log messages.
Definition: filterable.hpp:11