Go to the source code of this file.
Macros | |
#define | COBARO_TRACE(level, format,...) |
Functions | |
void | cobaro_trace (char *file, int line, int level, char *format,...) |
Underlying call, use only through the macro. | |
char * | cobaro_trace_version (void) |
Printable version number. | |
#define COBARO_TRACE | ( | level, | |
format, | |||
... | |||
) |
[in] | level | loglevel with higher numbers having more detail |
[in] | format | printf styled format string. Note that a as VA_ARGS cannot be empty this should consume at least one argument |
[in] | ... | printf arguments |