Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
log_instance.h File Reference

Header file for log instance registration. More...

Go to the source code of this file.

Macros

Instance registration
#define LOG_OBJECT_PTR_INIT(_name, _object)
 Initialize pointer to logger instance with explicitly provided object.
#define LOG_INSTANCE_PTR(_module_name, _inst_name)
 Get pointer to a logging instance.
#define LOG_INSTANCE_PTR_INIT(_name, _module_name, _inst_name)
 Macro for initializing a pointer to the logger instance.
#define LOG_INSTANCE_PTR_DECLARE(_name)
 Declare a logger instance pointer in the module structure.
#define LOG_INSTANCE_REGISTER(_module_name, _inst_name, _level)
 Macro for registering instance for logging with independent filtering.

Detailed Description

Header file for log instance registration.