Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
log_frontend.h File Reference

Header file for the logging frontend interface. More...

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.

Detailed Description

Header file for the logging frontend interface.