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