7#ifndef ZEPHYR_LOG_BACKEND_WS_H_
8#define ZEPHYR_LOG_BACKEND_WS_H_
void log_backend_ws_start(void)
Start the websocket logger backend.
int log_backend_ws_unregister(int fd)
Unregister websocket socket where the logging output was sent.
int log_backend_ws_register(int fd)
Register websocket socket where the logging output is sent.
const struct log_backend * log_backend_ws_get(void)
Get the websocket logger backend.
Logger backend structure.
Definition log_backend.h:94