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

Struct for afw_log_impl_t. More...

#include <afw_log_impl.h>

Data Fields

const afw_log_tlog
 
const afw_object_tlog_variables
 
const afw_object_tcustom_variables
 
const afw_value_tfilter
 
const afw_value_tformat
 
afw_log_priority_mask_t mask
 

Detailed Description

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.

Field Documentation

◆ custom_variables

const afw_object_t* custom_variables

brief Log specific custom:: variables (compiled properties).

Definition at line 44 of file afw_log_impl.h.

◆ filter

const afw_value_t* filter

brief Compiled filter or NULL if no filter.

Definition at line 47 of file afw_log_impl.h.

◆ format

const afw_value_t* format

brief Compiled format or NULL for default.

Definition at line 50 of file afw_log_impl.h.

◆ log

const afw_log_t* log

brief associated log.

Definition at line 38 of file afw_log_impl.h.

◆ log_variables

const afw_object_t* log_variables

brief Log specific log:: variables (compiled properties).

Definition at line 41 of file afw_log_impl.h.

◆ mask

brief Log priority mask.

Definition at line 53 of file afw_log_impl.h.


The documentation for this struct was generated from the following file: