|
aqbanking
5.7.8
|
Functions | |
| void | AB_ImExporterContext_AddLog (AB_IMEXPORTER_CONTEXT *iec, const char *s) |
| const char * | AB_ImExporterContext_GetLog (const AB_IMEXPORTER_CONTEXT *iec) |
| void | AB_ImExporterContext_ClearLog (AB_IMEXPORTER_CONTEXT *iec) |
These functions handle logs written by the backends. Such logs are meant to be read and interpreted by a human user.
| void AB_ImExporterContext_AddLog | ( | AB_IMEXPORTER_CONTEXT * | iec, |
| const char * | s | ||
| ) |
| void AB_ImExporterContext_ClearLog | ( | AB_IMEXPORTER_CONTEXT * | iec | ) |
| const char* AB_ImExporterContext_GetLog | ( | const AB_IMEXPORTER_CONTEXT * | iec | ) |
1.8.13