zephyr/subsys/logging
Corey Wharton bf114c6b1a logging: add API to trigger immediate processing of logs
There are use cases where it's beneficial to trigger the log
thread to process log messages as soon as able instead of waiting
for the processing timer or threshold triggers. An example would be
to flush the log buffer before entering the idle thread after
forcing a system power state.

Signed-off-by: Corey Wharton <xodus7@cwharton.com>
2024-05-13 16:06:11 -04:00
..
backends Fixes small typo in log_backend_fs.c 2024-05-12 11:04:22 -04:00
mipi_syst
CMakeLists.txt
Kconfig
Kconfig.filtering
Kconfig.formatting
Kconfig.frontends
Kconfig.links
Kconfig.misc
Kconfig.mode logging: Default to IMMEDIATE mode for native targets 2024-04-26 19:48:49 +01:00
Kconfig.processing
Kconfig.template.log_config
Kconfig.template.log_config_inherit
Kconfig.template.log_format_config
log_cache.c logging: log_cache: ensure cache contains an entry 2024-05-13 16:05:18 -04:00
log_cache.h
log_cmds.c
log_core.c logging: add API to trigger immediate processing of logs 2024-05-13 16:06:11 -04:00
log_frontend_dict_uart.c
log_link_ipc_service.c
log_mgmt.c logging: Fix backend filter setting 2024-04-19 18:01:03 +00:00
log_minimal.c
log_msg.c
log_multidomain_link.c
log_output.c
log_output_custom.c
log_output_dict.c
log_output_syst.c