Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
#include <zephyr/logging/log_output.h>
Go to the source code of this file.
Functions | |
void | log_custom_output_msg_process (const struct log_output *log_output, struct log_msg *msg, uint32_t flags) |
Custom logging output formatting. More... | |
void | log_custom_output_msg_set (log_format_func_t format) |
Set the formatting log function that will be applied with LOG_OUTPUT_CUSTOM. More... | |