zephyr/subsys/logging
Krzysztof Chruscinski 87d177a6fb logging: allow mulitple log_panic calls
Ensure that only first log_panic() sends panic signal to backends

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-09-27 13:11:26 +05:30
..
CMakeLists.txt subsys: logger: fix merge error 2018-09-24 12:06:12 +02:00
Kconfig logging: Add shell commands 2018-09-19 09:30:29 -04:00
Kconfig.template.log_config logging: add template for log configuration 2018-09-14 12:32:56 -04:00
log_backend_native_posix.c logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
log_backend_uart.c logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
log_cmds.c logging: Add shell commands 2018-09-19 09:30:29 -04:00
log_core.c logging: allow mulitple log_panic calls 2018-09-27 13:11:26 +05:30
log_list.c
log_list.h
log_msg.c subsys: logging: Fix possible null dereference 2018-08-29 15:21:19 -04:00
log_output.c logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
sys_log.c
sys_log_net.c