zephyr/subsys/logging
Krzysztof Chruscinski 05b854c168 logging: Postpone log processing when no backends enabled
In initial state of the system it is possible that no backends are
yet enabled and log processing is triggered. In that case logs were
discarded. A flag has been added to the log core to do processing
only if at least one backend is enabled. It is applicable only to
initial phase. If backends are disabled in application lifetime
logs will be discarded.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-10-11 13:29:50 +03:00
..
CMakeLists.txt subsys: logger: fix merge error 2018-09-24 12:06:12 +02:00
Kconfig logging: add mechanism for handling transient strings 2018-10-01 15:26:14 -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 autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_backend_uart.c logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_cmds.c subsys: shell: add int ret_val to command handlers 2018-10-02 14:44:25 +02:00
log_core.c logging: Postpone log processing when no backends enabled 2018-10-11 13:29:50 +03:00
log_list.c logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_list.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_msg.c logging: add mechanism for handling transient strings 2018-10-01 15:26:14 -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