![]() |
nRF Connect SDK API 3.3.99
|
| #define APP_EVENT_MANAGER_LOG | ( | aeh, | |
| ... ) |
#include <include/app_event_manager.h>
Log event.
This helper macro simplifies event logging.
| aeh | Pointer to the application event header of the event that is processed by app_event_manager. |
| ... | printf- like format string and variadic list of arguments corresponding to the format string. |