File: loc_set_log_priority.txt

package info (click to toggle)
libloc 0.9.18-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 42,824 kB
  • sloc: ansic: 7,602; python: 2,893; makefile: 511; sh: 39; perl: 13
file content (25 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
= loc_set_log_priority(3)

== Name

loc_set_log_priority - Sets the log level of a libloc context

== Synopsis
[verse]

#include <libloc/libloc.h>

void loc_set_log_priority(struct loc_ctx{empty}* ctx, int priority)

== Description

Sets the log priority of the given context. See loc_get_log_priority(3) for more details.

== See Also

link:libloc[3]
link:loc_set_log_fn(3)

== Authors

Michael Tremer