X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2Ftracelog.3.txt;h=e90e91895b7614d95b5f4f93630384d470ca79a1;hb=8902dadc26f8ed82bb77fc1c7fc4180631a92339;hp=43ba934befc1ed79ac30a2b6d2bec1918459d1d9;hpb=cfbdb7732a22a21b2803a7aed6962d72bef54f5a;p=lttng-ust.git diff --git a/doc/man/tracelog.3.txt b/doc/man/tracelog.3.txt index 43ba934b..e90e9189 100644 --- a/doc/man/tracelog.3.txt +++ b/doc/man/tracelog.3.txt @@ -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.