Adaptive Framework
0.9.0
|
Struct for afw_log_impl_t. More...
#include <afw_log_impl.h>
Data Fields | |
const afw_log_t * | log |
const afw_object_t * | log_variables |
const afw_object_t * | custom_variables |
const afw_value_t * | filter |
const afw_value_t * | format |
afw_log_priority_mask_t | mask |
Struct for afw_log_impl_t.
This struct is point to by afw_log_t and contains implementation specific variables.
Definition at line 35 of file afw_log_impl.h.
const afw_object_t* custom_variables |
brief Log specific custom:: variables (compiled properties).
Definition at line 44 of file afw_log_impl.h.
const afw_value_t* filter |
brief Compiled filter or NULL if no filter.
Definition at line 47 of file afw_log_impl.h.
const afw_value_t* format |
brief Compiled format or NULL for default.
Definition at line 50 of file afw_log_impl.h.
const afw_log_t* log |
brief associated log.
Definition at line 38 of file afw_log_impl.h.
const afw_object_t* log_variables |
brief Log specific log:: variables (compiled properties).
Definition at line 41 of file afw_log_impl.h.
brief Log priority mask.
Definition at line 53 of file afw_log_impl.h.