zephyr/subsys/logging
Krzysztof Chruscinski a211c42a29 logging: Add dropped messages notification to backends
Extended backend interface to allow notifying backend
that log messages has been dropped due to insufficient
internal buffer size. Notification contains number of
log messages dropped since last notification. It
is optional for a backend to implement handler.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-12-03 14:22:42 -08:00
..
CMakeLists.txt logger: Add a Segger RTT backend 2018-10-31 12:47:53 +01:00
Kconfig logging: Fix RTT backend being enabled with shell RTT 2018-12-03 11:55:33 +01:00
Kconfig.template.log_config logging: make LOG_LEVEL depend on LOG 2018-11-02 15:31:44 -05:00
log_backend_native_posix.c logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_backend_rtt.c logger: fix missing macro in RTT backend, when blocking mode is selected 2018-11-13 09:27:37 -05:00
log_backend_uart.c logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_cmds.c logging: refactor log_filter_set to set existing log level 2018-11-20 08:43:34 -05:00
log_core.c logging: Add dropped messages notification to backends 2018-12-03 14:22:42 -08:00
log_list.c
log_list.h
log_msg.c subsys: logging: Fix invalid memory access 2018-11-20 11:14:31 +01:00
log_output.c logging: Fix lost printk output when no newline 2018-11-22 19:18:41 -05:00
sys_log_net.c
sys_log.c