Runtime environment for the logger port.
More...
#include <logger_env.h>

Data Fields | |
| const osal_mem_ops_t * | mem |
Memory operations used by the logger port. | |
This structure carries injected runtime dependencies required by the public logger port implementation.
It is typically prepared by the Composition Root and then passed to adapter-side services that need access to shared runtime support.
Definition at line 34 of file logger_env.h.
| const osal_mem_ops_t* logger_env_t::mem |
This dependency provides the allocation services used to create and destroy public logger_t-related runtime objects.
Definition at line 42 of file logger_env.h.