loc_set_log_priority
Sets the log level of a libloc context
- Provided by: libloc-dev (Version: 0.9.16-3.1build2)
- Source: libloc
- Report a bug
Sets the log level of a libloc context
#include <libloc/libloc.h>
void loc_set_log_priority(struct loc_ctx* ctx, int priority)
Sets the log priority of the given context. See loc_get_log_priority(3) for more details.
Michael Tremer