doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / man / log-levels.txt
CommitLineData
53f7d0d7
MJ
1// SPDX-FileCopyrightText: 2016 Philippe Proulx <pproulx@efficios.com>
2// SPDX-License-Identifier: CC-BY-4.0
3//
5b1163c6 4`LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG`::
4ddbd0b7
PP
5 System is unusable.
6
5b1163c6 7`LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT`::
4ddbd0b7
PP
8 Action must be taken immediately.
9
5b1163c6 10`LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT`::
4ddbd0b7
PP
11 Critical conditions.
12
5b1163c6 13`LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR`::
4ddbd0b7
PP
14 Error conditions.
15
5b1163c6 16`LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING`::
4ddbd0b7
PP
17 Warning conditions.
18
5b1163c6 19`LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE`::
4ddbd0b7
PP
20 Normal, but significant, condition.
21
5b1163c6 22`LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO`::
4ddbd0b7
PP
23 Informational message.
24
5b1163c6 25`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM`::
4ddbd0b7
PP
26 Debug information with system-level scope (set of programs).
27
5b1163c6 28`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM`::
4ddbd0b7
PP
29 Debug information with program-level scope (set of processes).
30
5b1163c6 31`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS`::
4ddbd0b7
PP
32 Debug information with process-level scope (set of modules).
33
5b1163c6 34`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE`::
4ddbd0b7
PP
35 Debug information with module (executable/library) scope (set of units).
36
5b1163c6 37`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT`::
4ddbd0b7
PP
38 Debug information with compilation unit scope (set of functions).
39
5b1163c6 40`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION`::
4ddbd0b7
PP
41 Debug information with function-level scope.
42
5b1163c6 43`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE`::
4ddbd0b7
PP
44 Debug information with line-level scope (default log level).
45
5b1163c6 46`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG`::
4ddbd0b7 47 Debug-level message.
This page took 0.029861 seconds and 4 git commands to generate.