Adaptive Framework
0.9.0
|
Helpers for log implementation development. More...
#include "afw_minimal.h"
Go to the source code of this file.
Data Structures | |
struct | afw_log_impl_s |
Struct for afw_log_impl_t. More... | |
Functions | |
afw_log_t * | afw_log_impl_create_cede_p (const afw_log_inf_t *inf, afw_size_t instance_size, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
Developers should call this in all create functions for afw_log. More... | |
void | afw_log_impl_throw_property_invalid (const afw_log_t *log, const afw_utf8_t *property_name, afw_xctx_t *xctx) |
Developers should call this for configuration property errors. More... | |
void | afw_log_impl_throw_property_required (const afw_log_t *log, const afw_utf8_t *property_name, afw_xctx_t *xctx) |
Developers should call this for missing required configuration property. More... | |
Helpers for log implementation development.
Definition in file afw_log_impl.h.