#include <stdlib.h>
Include dependency graph for wbxml_log.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | WBXML_DEBUG(msg) |
| #define | WBXML_WARNING(msg) |
| #define | WBXML_ERROR(msg) |
Functions | |
| void | wbxml_log_debug (WB_UTINY type, const WB_TINY *fmt,...) |
| Log a DEBUG message. | |
| void | wbxml_log_warning (WB_UTINY type, const WB_TINY *fmt,...) |
| Log a WARNING message. | |
| void | wbxml_log_error (WB_UTINY type, const WB_TINY *fmt,...) |
| Log an ERROR message. | |
Definition in file wbxml_log.h.
1.3-rc1