Helpers for backends that format messages through Log output.
More...
Helpers for backends that format messages through Log output.
◆ log_backend_std_dropped()
#include <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()
| uint32_t log_backend_std_get_flags |
( |
void | | ) |
|
|
inlinestatic |
#include <log_backend_std.h>
Retrieve the current flags of the standard logger backend interface.
- Returns
- A bitmask of the active flags defined at compilation time.
◆ log_backend_std_panic()
| void log_backend_std_panic |
( |
const struct log_output *const | output | ) |
|
|
inlinestatic |
#include <log_backend_std.h>
Put a standard logger backend into panic mode.
- Parameters
-
| output | Log output instance. |