Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99

Header file for the network log backend API. More...

#include <stdbool.h>
#include <zephyr/net/net_ip.h>

Go to the source code of this file.

Functions

bool log_backend_net_set_addr (const char *addr)
 Allows user to set a server IP address, provided as string, at runtime.
bool log_backend_net_set_ip (const struct sockaddr *addr)
 Allows user to set a server IP address, provided as sockaddr structure, at runtime.
static void log_backend_net_hostname_set (const char *hostname, size_t len)
 update the hostname
const struct log_backendlog_backend_net_get (void)
 Get the net logger backend.
void log_backend_net_start (void)
 Start the net logger backend.

Detailed Description

Header file for the network log backend API.