Home
last modified time | relevance | path

Searched refs:log_backend_is_active (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/net/syslog_net/src/
Dmain.c39 if (!log_backend_is_active(backend)) { in main()
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/
Dlog_test.c205 zassert_false(log_backend_is_active(&backend1)); in ZTEST()
207 zassert_true(log_backend_is_active(&backend1)); in ZTEST()
209 zassert_false(log_backend_is_active(&backend1)); in ZTEST()
/Zephyr-latest/subsys/logging/
Dlog_core.c205 if (log_backend_is_active(backend)) { in log_format_set_all_active_backends()
443 if (log_backend_is_active(backend)) { in z_impl_log_panic()
502 if (log_backend_is_active(backend) && in msg_process()
514 if (log_backend_is_active(backend)) { in dropped_notify()
Dlog_mgmt.c578 if (log_backend_is_active(backend)) { in log_backend_disable()
627 if (!log_backend_is_active(backend)) { in backends_link_init()
Dlog_cmds.c111 if (backend && !log_backend_is_active(backend)) { in log_status()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ws.c172 if (!log_backend_is_active(backend)) { in log_backend_ws_start()
Dlog_backend_net.c308 if (!log_backend_is_active(backend)) { in log_backend_net_start()
/Zephyr-latest/include/zephyr/logging/
Dlog_backend.h304 static inline bool log_backend_is_active( in log_backend_is_active() function
/Zephyr-latest/subsys/net/lib/config/
Dinit.c560 if (!log_backend_is_active(backend)) { in net_config_init_app()