Updated: October 28, 2024 |
Destroys a logging context
#include <qh/log.h>
void qh_log_context_destroy(qh_log_context_t **context)
Destroys a logging context previously created with qh_log_context_create().
Applications and libraries do not normally call this function directly, as it would automatically be handled by the QH_LOG_DEFAULT_CONTEXT_INIT() macro.
Although it is suboptimal, calling this function more than once with the same context pointer or with a NULL context pointer is allowed.
EOK on success or a standard errno on failure.