Public environment type for the logger port.
More...
#include "osal/mem/osal_mem_ops.h"

Go to the source code of this file.
Data Structures | |
| struct | logger_env_t |
Runtime environment for the logger port. More... | |
Typedefs | |
| typedef struct logger_env_t | logger_env_t |
Runtime environment for the logger port. | |
This header exposes the public environment object shared by logger-related services that require injected runtime dependencies.
Definition in file logger_env.h.
| typedef struct logger_env_t logger_env_t |
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.