|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Header file for the logging frontend interface. More...
#include <zephyr/logging/log_core.h>Go to the source code of this file.
Functions | |
| void | log_frontend_init (void) |
| Initialize frontend. | |
| void | log_frontend_msg (const void *source, const struct log_msg_desc desc, uint8_t *package, const void *data) |
| Log generic message. | |
| void | log_frontend_simple_0 (const void *source, uint32_t level, const char *fmt) |
| Log message with 0 arguments. | |
| void | log_frontend_simple_1 (const void *source, uint32_t level, const char *fmt, uint32_t arg) |
| Log message with 1 argument. | |
| void | log_frontend_simple_2 (const void *source, uint32_t level, const char *fmt, uint32_t arg0, uint32_t arg1) |
| Log message with 2 arguments. | |
| void | log_frontend_panic (void) |
| Panic state notification. | |
Header file for the logging frontend interface.