Logger backend interface for forwarding to standard backend .
More...
Logger backend interface for forwarding to standard backend .
◆ log_backend_std_dropped()
static void log_backend_std_dropped |
( |
const struct log_output *const | output, |
|
|
uint32_t | cnt ) |
|
inlinestatic |
#include <zephyr/logging/log_backend_std.h>
Report dropped messages to a standard logger backend.
- Parameters
-
output | Log output instance. |
cnt | Number of dropped messages. |
◆ log_backend_std_get_flags()
static uint32_t log_backend_std_get_flags |
( |
void | | ) |
|
|
inlinestatic |
◆ log_backend_std_panic()
static void log_backend_std_panic |
( |
const struct log_output *const | output | ) |
|
|
inlinestatic |