doc/man: document LTTng-UST 2.13
[lttng-ust.git] / doc / man / log-levels.txt
index b5afe92f731d9d81a3e24573a8fe7e7bcbb20966..392c6cb42b3b03faf0751bd19a050e41c9fe30f3 100644 (file)
@@ -1,44 +1,44 @@
-`TRACE_EMERG`::
+`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.
This page took 0.024648 seconds and 4 git commands to generate.