X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2Flog-levels.txt;fp=doc%2Fman%2Flog-levels.txt;h=b5afe92f731d9d81a3e24573a8fe7e7bcbb20966;hb=4ddbd0b790be981d023f344a83e67a8746fa3688;hp=0000000000000000000000000000000000000000;hpb=3e6a069401b74471672a89bac283b5e8f61ccf6f;p=lttng-ust.git diff --git a/doc/man/log-levels.txt b/doc/man/log-levels.txt new file mode 100644 index 00000000..b5afe92f --- /dev/null +++ b/doc/man/log-levels.txt @@ -0,0 +1,44 @@ +`TRACE_EMERG`:: + System is unusable. + +`TRACE_ALERT`:: + Action must be taken immediately. + +`TRACE_CRIT`:: + Critical conditions. + +`TRACE_ERR`:: + Error conditions. + +`TRACE_WARNING`:: + Warning conditions. + +`TRACE_NOTICE`:: + Normal, but significant, condition. + +`TRACE_INFO`:: + Informational message. + +`TRACE_DEBUG_SYSTEM`:: + Debug information with system-level scope (set of programs). + +`TRACE_DEBUG_PROGRAM`:: + Debug information with program-level scope (set of processes). + +`TRACE_DEBUG_PROCESS`:: + Debug information with process-level scope (set of modules). + +`TRACE_DEBUG_MODULE`:: + Debug information with module (executable/library) scope (set of units). + +`TRACE_DEBUG_UNIT`:: + Debug information with compilation unit scope (set of functions). + +`TRACE_DEBUG_FUNCTION`:: + Debug information with function-level scope. + +`TRACE_DEBUG_LINE`:: + Debug information with line-level scope (default log level). + +`TRACE_DEBUG`:: + Debug-level message.