X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2Ftracelog.3.txt;h=3c071d3779140da402cbf3cb9882f933d299be4e;hb=53f7d0d7404de911dd62dff06f08539e33ea7519;hp=13284636fdc48ec8a512f4677bef5e0098957613;hpb=5b1163c6cf674c6461cc1e0ad1211924df7af789;p=lttng-ust.git diff --git a/doc/man/tracelog.3.txt b/doc/man/tracelog.3.txt index 13284636..3c071d37 100644 --- a/doc/man/tracelog.3.txt +++ b/doc/man/tracelog.3.txt @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2016 Philippe Proulx +// SPDX-License-Identifier: CC-BY-4.0 +// tracelog(3) =========== :object-type: macro @@ -5,7 +8,7 @@ tracelog(3) NAME ---- -tracelog, vtracelog - LTTng-UST printf(3)-like interface with a log level +tracelog - LTTng-UST printf(3)-like interface with a log level SYNOPSIS @@ -15,20 +18,18 @@ SYNOPSIS [verse] #define *tracelog*('level', 'fmt', ...) -#define *vtracelog*('level', 'fmt', 'ap') Link with `-llttng-ust -llttng-ust-common`. DESCRIPTION ----------- -The `tracelog()` and `vtracelog()` macros are part of version{nbsp}0 of -the LTTng-UST API (see the ``Compatibility with previous APIs'' section -of man:lttng-ust(3)). +The `tracelog()` macro is part of version{nbsp}0 of the LTTng-UST API +(see the ``Compatibility with previous APIs'' section of +man:lttng-ust(3)). -Prefer using man:lttng_ust_tracelog(3) and man:lttng_ust_vtracelog(3) -which are part of version{nbsp}1 of the API and have the `lttng_ust_` -namespace. +Prefer using man:lttng_ust_tracelog(3) which is part of version{nbsp}1 +of the API and has the `lttng_ust_` namespace. include::common-footer.txt[]