Insert a user string trace event, using a variable argument list
#include <sys/neutrino.h>
#include <sys/trace.h>
int trace_vnlogf( int code,
int max,
const char *fmt,
va_list arglist );
BlackBerry 10.0.0
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The trace_vnlogf() function calls TraceEvent() to insert a user string event of class _NTO_TRACE_USER, and of the type specified by code.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | Read the Caveats |
| Signal handler | Yes |
| Thread | Yes |
It isn't safe to call this function from an interrupt handler if the formatting codes or parameters include floating-point elements.