|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Helpers for backends that format messages through Log output. More...
Files | |
| file | log_backend_std.h |
| Header file for the standard logging backend helpers. | |
Functions | |
| static uint32_t | log_backend_std_get_flags (void) |
| Retrieve the current flags of the standard logger backend interface. | |
| 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. | |
Helpers for backends that format messages through Log output.
|
inlinestatic |
#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 <zephyr/logging/log_backend_std.h>
Retrieve the current flags of the standard logger backend interface.
|
inlinestatic |
#include <zephyr/logging/log_backend_std.h>
Put a standard logger backend into panic mode.
| output | Log output instance. |