zephyr/subsys/logging
Krzysztof Chruściński b6f7eac00a logging: Fix LOG_IMMEDIATE_CLEAN_OUTPUT
There was a kconfig option used in v1 logging to get clean
output in the immediate mode. It was lost during the transition
to v2 but Kconfig remained. Adding spin_lock to log processing
to ensure that log messages are not interleaved in the output
in the immediate mode.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-10-23 16:53:30 +02:00
..
backends logging: backend: Add websocket backend 2024-10-15 04:11:03 -04:00
frontends logging: Add log_source_id helper function 2024-10-08 16:57:59 +02:00
mipi_syst
CMakeLists.txt
Kconfig
Kconfig.filtering
Kconfig.formatting logging: add ISO 8601 formated timestamp 2024-09-24 14:29:02 -05:00
Kconfig.links
Kconfig.misc logging: log_cmds: Enable log commands for shell with the logging frontend 2024-10-17 10:48:25 -04:00
Kconfig.mode
Kconfig.processing
Kconfig.template.log_config
Kconfig.template.log_config_inherit
Kconfig.template.log_format_config logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
log_cache.c
log_cache.h
log_cmds.c logging: log_cmds: Enable log commands for shell with the logging frontend 2024-10-17 10:48:25 -04:00
log_core.c logging: Fix LOG_IMMEDIATE_CLEAN_OUTPUT 2024-10-23 16:53:30 +02:00
log_link_ipc_service.c
log_mgmt.c
log_minimal.c
log_msg.c logging: Add log_source_id helper function 2024-10-08 16:57:59 +02:00
log_multidomain_link.c
log_output.c logging: log_output: Move flushing and writing to the header 2024-10-09 18:37:49 +01:00
log_output_custom.c
log_output_dict.c logging: log_output: Move flushing and writing to the header 2024-10-09 18:37:49 +01:00
log_output_syst.c logging: Add log_source_id helper function 2024-10-08 16:57:59 +02:00