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 logging: add minimal implementation 2019-10-01 09:24:02 -04:00
log_frontend.h logging: add frontend API 2019-07-18 11:50:52 +02:00
log_instance.h doc: Fix warnings associated with 'unbalanced grouping commands' 2019-12-12 12:39:35 -06:00
log_msg.h logging: Clean up log.h dependencies 2019-08-01 14:42:40 +02:00
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