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