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