Home
last modified time | relevance | path

Searched refs:log_backend_is_ready (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/logging/
Dlog_backend.h156 static inline int log_backend_is_ready(const struct log_backend *const backend) in log_backend_is_ready() function
/Zephyr-latest/subsys/logging/
Dlog_core.c302 if (backend->autostart && (log_backend_is_ready(backend) == 0)) { in activate_foreach_backend()
341 if (log_backend_is_ready(backend) == 0) { in z_log_init()