Adaptive Framework
0.9.0
|
Modules | |
afw_log_factory | |
Data Structures | |
struct | afw_log_factory_s |
Interface afw_log_factory public struct. More... | |
struct | afw_log_factory_inf_s |
Interface afw_log_factory_inf_s struct. More... | |
Macros | |
#define | AFW_LOG_FACTORY_INTERFACE_NAME "afw_log_factory" |
define for interface afw_log_factory name. | |
#define | afw_log_factory_create_log_cede_p(instance, properties, p, xctx) |
Call method create_log_cede_p of interface afw_log_factory. More... | |
Typedefs | |
typedef const afw_log_t *(* | afw_log_factory_create_log_cede_p_t) (const afw_log_factory_t *instance, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
Log factory.
#define afw_log_factory_create_log_cede_p | ( | instance, | |
properties, | |||
p, | |||
xctx | |||
) |
Call method create_log_cede_p of interface afw_log_factory.
instance | Pointer to this log factory instance. |
properties | Creation parameters for the particular type of log. This will become properties object for log. |
p | Pool to use for log resources. |
xctx | This is the caller's xctx. |
Definition at line 2977 of file afw_interface.h.
typedef const afw_log_t*(* afw_log_factory_create_log_cede_p_t) (const afw_log_factory_t *instance, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
Definition at line 2956 of file afw_interface.h.