zephyr/include/logging
Krzysztof Chruscinski 5f6070e2f7 logging: Add autostart option to LOG_BACKEND_DEFINE
Extended macro to accept flag indicating if given backend must be
initialized and enabled when log subsystem starts. Typically, simple
backends will have autostart flag set. More complex may require
explicit enabling (e.g. shell over BLE can only be enabled when
BLE connection is established).

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-10-11 13:29:50 +03:00
..
log_backend.h logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_core.h logging: add mechanism for handling transient strings 2018-10-01 15:26:14 -04:00
log_ctrl.h logging: allow mulitple log_panic calls 2018-09-27 13:11:26 +05:30
log_instance.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
log_msg.h logging: add mechanism for handling transient strings 2018-10-01 15:26:14 -04:00
log_output.h logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
log.h logging: Make log_strdup() parameter const 2018-10-03 13:05:49 +03:00
sys_log.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00