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