Updated: October 28, 2024 |
Get the verbosity for the specified combination of context and destinations
#include <qh/log.h>
uint64_t qh_log_get_verbosity(qh_log_context_t **context, uint64_t destinations)
The qh_log_get_verbosity() function gets the highest level of verbosity available for the specified context and set of destinations. Specify NULL for context to get the highest verbosity for the default context.
The highest verbosity level associated with the destinations.