Convert man pages to AsciiDoc
[lttng-ust.git] / doc / man / log-levels.txt
1 `TRACE_EMERG`::
2 System is unusable.
3
4 `TRACE_ALERT`::
5 Action must be taken immediately.
6
7 `TRACE_CRIT`::
8 Critical conditions.
9
10 `TRACE_ERR`::
11 Error conditions.
12
13 `TRACE_WARNING`::
14 Warning conditions.
15
16 `TRACE_NOTICE`::
17 Normal, but significant, condition.
18
19 `TRACE_INFO`::
20 Informational message.
21
22 `TRACE_DEBUG_SYSTEM`::
23 Debug information with system-level scope (set of programs).
24
25 `TRACE_DEBUG_PROGRAM`::
26 Debug information with program-level scope (set of processes).
27
28 `TRACE_DEBUG_PROCESS`::
29 Debug information with process-level scope (set of modules).
30
31 `TRACE_DEBUG_MODULE`::
32 Debug information with module (executable/library) scope (set of units).
33
34 `TRACE_DEBUG_UNIT`::
35 Debug information with compilation unit scope (set of functions).
36
37 `TRACE_DEBUG_FUNCTION`::
38 Debug information with function-level scope.
39
40 `TRACE_DEBUG_LINE`::
41 Debug information with line-level scope (default log level).
42
43 `TRACE_DEBUG`::
44 Debug-level message.
This page took 0.03562 seconds and 4 git commands to generate.