zephyr/include/logging
Artur Lipowski e934914dcc api: Fix internal log macros to allow use of U suffix in LOG_LEVEL_N.
Internal macros like _LOG_XXXX0 use preprocessor ## and LOG_LEVEL_N
to conditionally generate code.
After addition of U suffixes to LOG_LEVEL_N macros the internal macros
also need update to versions with suffix i.e. _LOG_XXXX0U

Signed-off-by: Artur Lipowski <artur.lipowski@hidglobal.com>
2020-04-22 17:36:07 +02:00
..
log_backend.h
log_core.h api: Fix internal log macros to allow use of U suffix in LOG_LEVEL_N. 2020-04-22 17:36:07 +02:00
log_ctrl.h
log_frontend.h
log_instance.h
log_msg.h
log_output.h
log.h logging: Fix LOG_LEVEL_SET macro 2020-03-26 08:04:02 -04:00