Files | |
file | wbxml_log.c |
Log Functions. | |
file | wbxml_log.h |
Log Functions. | |
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 at line 73 of file wbxml_log.h. Referenced by wbxml_tree_clb_xml_end_element(). |
|
Definition at line 75 of file wbxml_log.h. Referenced by wbxml_conv_wbxml2xml(), wbxml_conv_xml2wbxml(), wbxml_parser_parse(), wbxml_tree_from_wbxml(), and wbxml_tree_from_xml(). |
|
Definition at line 74 of file wbxml_log.h. Referenced by wbxml_parser_parse(), and wbxml_tree_clb_xml_doctype_decl(). |
|
Log a DEBUG message.
|
|
Log an ERROR message.
|
|
Log a WARNING message.
|