Searched refs:log_output_msg_process (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/subsys/logging/log_syst/src/ |
D | main.c | 58 zassert_equal_ptr(test_log_output_func, log_output_msg_process, in ZTEST()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output.h | 145 void log_output_msg_process(const struct log_output *log_output,
|
/Zephyr-latest/tests/subsys/logging/log_switch_format/src/ |
D | main.c | 130 [LOG_OUTPUT_TEXT] = IS_ENABLED(CONFIG_LOG_OUTPUT) ? log_output_msg_process : NULL, in test_log_switch_format_func_t_get()
|
/Zephyr-latest/subsys/shell/ |
D | shell_log_backend.c | 191 log_output_msg_process(log_output, &msg->log, flags); in process_log_msg()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | monitor.c | 344 log_output_msg_process(&monitor_log_output, &msg->log, in monitor_log_process()
|
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/ |
D | log_test.c | 114 log_output_msg_process(&log_output, &msg->log, flags); in process()
|
/Zephyr-latest/subsys/logging/ |
D | log_output.c | 686 void log_output_msg_process(const struct log_output *output, in log_output_msg_process() function
|
D | log_core.c | 81 log_output_msg_process : NULL,
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 686 Example message formatted using :c:func:`log_output_msg_process`.
|