X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flog-levels.txt;h=c83e6692fbbc4e074a07c9ae9b33d0b959181e82;hb=53f7d0d7404de911dd62dff06f08539e33ea7519;hp=b5afe92f731d9d81a3e24573a8fe7e7bcbb20966;hpb=4ddbd0b790be981d023f344a83e67a8746fa3688;p=lttng-ust.git diff --git a/doc/man/log-levels.txt b/doc/man/log-levels.txt index b5afe92f..c83e6692 100644 --- a/doc/man/log-levels.txt +++ b/doc/man/log-levels.txt @@ -1,44 +1,47 @@ -`TRACE_EMERG`:: +// SPDX-FileCopyrightText: 2016 Philippe Proulx +// SPDX-License-Identifier: CC-BY-4.0 +// +`LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG`:: System is unusable. -`TRACE_ALERT`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT`:: Action must be taken immediately. -`TRACE_CRIT`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT`:: Critical conditions. -`TRACE_ERR`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR`:: Error conditions. -`TRACE_WARNING`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING`:: Warning conditions. -`TRACE_NOTICE`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE`:: Normal, but significant, condition. -`TRACE_INFO`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO`:: Informational message. -`TRACE_DEBUG_SYSTEM`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM`:: Debug information with system-level scope (set of programs). -`TRACE_DEBUG_PROGRAM`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM`:: Debug information with program-level scope (set of processes). -`TRACE_DEBUG_PROCESS`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS`:: Debug information with process-level scope (set of modules). -`TRACE_DEBUG_MODULE`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE`:: Debug information with module (executable/library) scope (set of units). -`TRACE_DEBUG_UNIT`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT`:: Debug information with compilation unit scope (set of functions). -`TRACE_DEBUG_FUNCTION`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION`:: Debug information with function-level scope. -`TRACE_DEBUG_LINE`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE`:: Debug information with line-level scope (default log level). -`TRACE_DEBUG`:: +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG`:: Debug-level message.