doc/man: document LTTng-UST 2.13
[lttng-ust.git] / doc / man / log-levels.txt
1 `LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG`::
2 System is unusable.
3
4 `LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT`::
5 Action must be taken immediately.
6
7 `LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT`::
8 Critical conditions.
9
10 `LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR`::
11 Error conditions.
12
13 `LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING`::
14 Warning conditions.
15
16 `LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE`::
17 Normal, but significant, condition.
18
19 `LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO`::
20 Informational message.
21
22 `LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM`::
23 Debug information with system-level scope (set of programs).
24
25 `LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM`::
26 Debug information with program-level scope (set of processes).
27
28 `LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS`::
29 Debug information with process-level scope (set of modules).
30
31 `LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE`::
32 Debug information with module (executable/library) scope (set of units).
33
34 `LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT`::
35 Debug information with compilation unit scope (set of functions).
36
37 `LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION`::
38 Debug information with function-level scope.
39
40 `LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE`::
41 Debug information with line-level scope (default log level).
42
43 `LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG`::
44 Debug-level message.
This page took 0.030827 seconds and 4 git commands to generate.