Exports TRACE_FORCE(). TRACE_FORCE() should only be invoked by code within the tracing module. All code outside the trace module should invoke TRACE().
More...
#include <cstdarg>
Go to the source code of this file.
|
| void | trace_force_ (const char *filename, int line_num, const char *function_name, char *format,...) __attribute__((format(printf |
| |
Exports TRACE_FORCE(). TRACE_FORCE() should only be invoked by code within the tracing module. All code outside the trace module should invoke TRACE().
- Bug:
- See trace_force.cpp.
§ TRACE_FORCE
Used by TRACE() to report an error.
- Parameters
-
| format | The format string for the printing. Format follows that of printf(3). |
| rest | Optional arguments that can printed (see printf(3) definition for more details). |
- Returns
- void
§ trace_force_()
| void trace_force_ |
( |
const char * |
filename, |
|
|
int |
line_num, |
|
|
const char * |
function_name, |
|
|
char * |
format, |
|
|
|
... |
|
) |
| |