|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
#include <zephyr/logging/log_msg.h>#include <zephyr/logging/log_output.h>#include <zephyr/kernel.h>Go to the source code of this file.
Functions | |
| static uint32_t | log_backend_std_get_flags (void) |
| static void | log_backend_std_panic (const struct log_output *const output) |
| Put a standard logger backend into panic mode. | |
| static void | log_backend_std_dropped (const struct log_output *const output, uint32_t cnt) |
| Report dropped messages to a standard logger backend. | |