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 logging: Fixes c++ compile error using LOG_BACKEND_DEFINE 2020-02-11 20:11:12 +02:00
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 logging: log_output: Improve immediate mode handling 2019-12-18 13:08:46 -08:00
log.h logging: Fix LOG_LEVEL_SET macro 2020-03-26 08:04:02 -04:00