X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Ftracelog.3.txt;h=d9aaa71d897e4f9839dd3babc7162dccf8fdc658;hb=d01f365ab46ae32b002602ee8fe8b7ad4102a659;hp=139e91bedccfec10224e441835f60214ee03a4de;hpb=4ddbd0b790be981d023f344a83e67a8746fa3688;p=lttng-ust.git diff --git a/doc/man/tracelog.3.txt b/doc/man/tracelog.3.txt index 139e91be..d9aaa71d 100644 --- a/doc/man/tracelog.3.txt +++ b/doc/man/tracelog.3.txt @@ -5,7 +5,7 @@ tracelog(3) NAME ---- -tracelog - LTTng-UST man:printf(3)-like interface with a log level +tracelog - LTTng-UST printf(3)-like interface with a log level SYNOPSIS @@ -47,13 +47,21 @@ command. The `tracelog()` events contain the following fields: [options="header"] -|=============================================================== -| Field name | Description -| `line` | Line in source file where `tracelog()` was called -| `file` | Source file from which `tracelog()` was called -| `func` | Function name from which `tracelog()` was called -| `msg` | Formatted string output -|=============================================================== +|=== +|Field name |Description + +|`line` +|Line in source file where `tracelog()` was called. + +|`file` +|Source file from which `tracelog()` was called. + +|`func` +|Function name from which `tracelog()` was called. + +|`msg` +|Formatted string output. +|=== If you do not need to attach a specific log level to a `tracelog()` call, use man:tracef(3) instead.