Updated: October 28, 2024 |
Normalize a context name
#include <qh/log.h>
int qh_log_context_normalize_name(char *context_name)
This function normalizes a context name in preparation for context creation (it converts it the same way as qh_log_context_create() does), or gets the name that the creation process used, given the provided context name.
The conversion process happens in-place, replacing the passed-in buffer with the normalized version of the name.
EOK on success or a standard errno on failure.