Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Header file for the websocket log backend API. More...
#include <stdbool.h>
Go to the source code of this file.
Functions | |
int | log_backend_ws_register (int fd) |
Register websocket socket where the logging output is sent. | |
int | log_backend_ws_unregister (int fd) |
Unregister websocket socket where the logging output was sent. | |
const struct log_backend * | log_backend_ws_get (void) |
Get the websocket logger backend. | |
void | log_backend_ws_start (void) |
Start the websocket logger backend. | |
Header file for the websocket log backend API.