1LOC_SET_LOG_PRIORITY(3) LOC_SET_LOG_PRIORITY(3)
23
4
NAME
6loc_set_log_priority - Sets the log level of a libloc context
7
SYNOPSIS
9#include <libloc/libloc.h>
1011
void loc_set_log_priority(struct loc_ctx* ctx, int priority)
12
DESCRIPTION
14Sets the log priority of the given context. See loc_get_log_priority(3)
15for more details.
16
SEE ALSO
18libloc(3) link:loc_set_log_fn(3)
19
AUTHORS
21Michael Tremer
2223
24
25
LOC_SET_LOG_PRIORITY(3)