]> git.ipfire.org Git - people/ms/libloc.git/blob - man/loc_set_log_priority.txt
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / man / loc_set_log_priority.txt
1 = loc_set_log_priority(3)
2
3 == Name
4
5 loc_set_log_priority - Sets the log level of a libloc context
6
7 == Synopsis
8 [verse]
9
10 #include <libloc/libloc.h>
11
12 void loc_set_log_priority(struct loc_ctx{empty}* ctx, int priority)
13
14 == Description
15
16 Sets the log priority of the given context. See loc_get_log_priority(3) for more details.
17
18 == See Also
19
20 link:libloc[3]
21 link:loc_set_log_fn(3)
22
23 == Authors
24
25 Michael Tremer