doc/man: remove vtracef() and vtracelog() manual pages
[lttng-ust.git] / doc / man / tracef.3.txt
CommitLineData
4ddbd0b7
PP
1tracef(3)
2=========
3:object-type: macro
4
5
6NAME
7----
7fce6bd5 8tracef - LTTng-UST printf(3)-like interface
4ddbd0b7
PP
9
10
11SYNOPSIS
12--------
13[verse]
14*#include <lttng/tracef.h>*
15
16[verse]
17#define *tracef*('fmt', ...)
18
e436e84d 19Link with `-llttng-ust -llttng-ust-common`.
4ddbd0b7
PP
20
21
22DESCRIPTION
23-----------
7fce6bd5
PP
24The `tracef()` macro is part of version{nbsp}0 of the LTTng-UST API (see
25the ``Compatibility with previous APIs'' section of man:lttng-ust(3)).
4ddbd0b7 26
7fce6bd5
PP
27Prefer using man:lttng_ust_tracef(3) which is part of version{nbsp}1 of
28the API and has the `lttng_ust_` namespace.
4ddbd0b7
PP
29
30include::common-footer.txt[]
31
32include::common-copyrights.txt[]
33
34include::common-authors.txt[]
35
36
37SEE ALSO
38--------
5b1163c6
PP
39man:lttng_ust_tracef(3),
40man:lttng_ust_vtracef(3)
This page took 0.027548 seconds and 4 git commands to generate.