nRF Connect SDK API 2.8.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. |