Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Structures | Functions

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_tafw_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...
 

Detailed Description

Helpers for log implementation development.

Definition in file afw_log_impl.h.