Updated: October 28, 2024 |
Get the verbosity for the specified combination of named context and destinations
#include <qh/log.h>
uint64_t qh_log_get_verbosity_by_name(const char *context_name, uint64_t destinations)
Gets the highest level of verbosity available for a given set of destinations for contexts that match the specified name.
For context, specify all to match all contexts and default to return the verbosity for the default context.
The highest verbosity level associated with the destinations.