Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Logger backend interface for forwarding to standard backend. More...
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. | |
Logger backend interface for forwarding to standard backend.
|
inlinestatic |
#include <include/zephyr/logging/log_backend_std.h>
Report dropped messages to a standard logger backend.
output | Log output instance. |
cnt | Number of dropped messages. |
|
inlinestatic |
#include <include/zephyr/logging/log_backend_std.h>
|
inlinestatic |
#include <include/zephyr/logging/log_backend_std.h>
Put a standard logger backend into panic mode.
output | Log output instance. |