
Modules | |
| Trace configuration | |
Macros | |
| #define | TRACE_DEINIT zb_trace_deinit_file |
| #define | TRACE_MSG(lm, fmts, args) |
| Put trace output. More... | |
Functions | |
| void | zb_trace_str (const zb_char_t *str) |
| A universal way to print raw string as trace message. More... | |
| #define TRACE_DEINIT zb_trace_deinit_file |
Deinitialize trace subsystem
| #define TRACE_MSG | ( | lm, | |
| fmts, | |||
| args | |||
| ) |
Put trace output.
| lm | - trace subsystem and level marker. |
| fmts | - printf()-like format string. |
| args | - format string substitution parameters with a size marker. |
| void zb_trace_str | ( | const zb_char_t * | str | ) |
A universal way to print raw string as trace message.