Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

WBXML Log Functions
[WBXML Library]


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.


Define Documentation

#define WBXML_DEBUG msg   
 

Definition at line 73 of file wbxml_log.h.

Referenced by wbxml_tree_clb_xml_end_element().

#define WBXML_ERROR msg   
 

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().

#define WBXML_WARNING msg   
 

Definition at line 74 of file wbxml_log.h.

Referenced by wbxml_parser_parse(), and wbxml_tree_clb_xml_doctype_decl().


Function Documentation

void wbxml_log_debug WB_UTINY    type,
const WB_TINY *    fmt,
...   
 

Log a DEBUG message.

Parameters:
type Type of Message
fmt Message to log
Note:
Do NOT use this function directly, use WBXML_DEBUG() macro instead

void wbxml_log_error WB_UTINY    type,
const WB_TINY *    fmt,
...   
 

Log an ERROR message.

Parameters:
type Type of Message
fmt Message to log
Note:
Do NOT use this function directly, use WBXML_ERROR() macro instead

void wbxml_log_warning WB_UTINY    type,
const WB_TINY *    fmt,
...   
 

Log a WARNING message.

Parameters:
type Type of Message
fmt Message to log
Note:
Do NOT use this function directly, use WBXML_WARNING() macro instead


Generated on Mon Nov 24 20:09:48 2003 for WBXML Library by doxygen1.3-rc1