Updated: October 28, 2024 |
Get logging destinations based on a context name
#include <qh/log.h>
uint64_t qh_log_get_destinations_by_name(const char *context_name)
Gets the logging destination flags (e.g., QH_LOG_DEST_*) for all contexts that match the specified name.
For context_name, specify all to match all contexts and default to return flags for the default context.
The logging destination flags.