sony / nmos-cpp

An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement] Negative logging categories

garethsb opened this issue · comments

We could add support to the default/example logging gateway so that categories that should not be logged can be specified in the config.json, e.g. with a simple prefix like "!access". This would prevent logging of messages with this category even if other categories match positively.

virtual bool pertinent(const std::list<nmos::category>& categories) const