Adaptive Framework
0.9.0
|
Adaptive Framework Debug. More...
#include "afw_internal.h"
Go to the source code of this file.
Functions | |
afw_debug_write (const afw_interface_implementation_rti_t *rti, const afw_utf8_z_t *source_z, const afw_utf8_t *message, afw_xctx_t *xctx) | |
Write debug. More... | |
afw_debug_write_fz (const afw_interface_implementation_rti_t *rti, const afw_utf8_z_t *source_z, afw_xctx_t *xctx, const afw_utf8_z_t *format_z,...) | |
Write debug using a printf style format. More... | |
afw_debug_write_vz (const afw_interface_implementation_rti_t *rti, const afw_utf8_z_t *source_z, const afw_utf8_z_t *format_z, va_list ap, afw_xctx_t *xctx) | |
Write debug using a printf style format and va_list. More... | |
afw_debug_write_z (const afw_interface_implementation_rti_t *rti, const afw_utf8_z_t *source_z, const afw_utf8_z_t *message_z, afw_xctx_t *xctx) | |
Write debug from zero terminate string. More... | |
Adaptive Framework Debug.
Definition in file afw_debug.c.