zephyr/include/logging
Krzysztof Chruscinski 6024bbc601 logging: Split log_core into two files
Extract functions which are managing logging sources
and backends into separate file: log_mgmt.

So far those functions were in log_core mixed with functions
specific to log message creation and log processing.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-07-30 19:58:13 -04:00
..
log.h logging: Eclipse CDT parser workaround 2021-06-02 06:41:35 -05:00
log_backend.h logging: Add optional context argument to LOG_BACKEND_DEFINE 2021-05-06 15:40:05 +02:00
log_backend_std.h logging: Remove code duplication from log_backend_std 2021-07-23 16:06:37 -04:00
log_core.h logging: Split log_core into two files 2021-07-30 19:58:13 -04:00
log_core2.h logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
log_ctrl.h logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
log_frontend.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_instance.h logging: add padding for RISC-V 64bits environment 2020-11-19 12:46:35 -05:00
log_msg.h logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
log_msg2.h lib: os: cbprintf: Add support for conversion to fsc package 2021-07-27 14:50:45 +02:00
log_output.h logging: add log_output_timestamp_to_us() helper function 2021-04-20 18:21:26 -04:00
log_output_dict.h logging: add support for dictionary based logging 2021-04-28 22:25:42 +02:00