|
Adaptive Framework
0.9.0
|
Implementation of afw_log interface for Windows. More...
#include "afw.h"#include "afw_log_impl.h"#include "afw_log_impl_declares.h"#include "afw_log_factory_impl_declares.h"Go to the source code of this file.
Data Structures | |
| struct | impl_afw_log_self_s |
Macros | |
| #define | AFW_IMPLEMENTATION_ID "event_log" |
Typedefs | |
| typedef struct impl_afw_log_self_s | impl_afw_os_log_self_ |
Functions | |
| afw_os_log_factory_get () | |
| Get the factory for OS log. More... | |
| AFW_DEFINE (const afw_log_t *) | |
| const afw_log_t * | impl_afw_log_factory_create_log_cede_p (const afw_log_factory_t *instance, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
| void | impl_afw_log_destroy (const afw_log_t *instance, afw_xctx_t *xctx) |
| void | impl_afw_log_set_own_mask (const afw_log_t *instance, afw_log_priority_mask_t mask, afw_xctx_t *xctx) |
| void | impl_afw_log_write (const afw_log_t *instance, afw_log_priority_t priority, const afw_utf8_z_t *source_z, const afw_utf8_t *message, afw_xctx_t *xctx) |
Implementation of afw_log interface for Windows.
Definition in file win/afw_os_log.c.