1LOC_GET_LOG_PRIORITY(3)                                LOC_GET_LOG_PRIORITY(3)
2
3
4

NAME

6       loc_get_log_priority - Fetches the log level of a libloc context
7

SYNOPSIS

9       #include <libloc/libloc.h>
10
11       int loc_get_log_priority(struct loc_ctx* ctx);
12

DESCRIPTION

14       Returns the log priority of the given context.
15
16       The returned integer is a valid syslog log level as defined in
17       syslog(3).
18
19       The default value is LOG_ERR.
20

SEE ALSO

22       libloc(3)
23

AUTHORS

25       Michael Tremer
26
27
28
29                                                       LOC_GET_LOG_PRIORITY(3)
Impressum