7#ifndef ZEPHYR_LOG_BACKEND_NET_H_
8#define ZEPHYR_LOG_BACKEND_NET_H_
54#if defined(CONFIG_NET_HOSTNAME_ENABLE)
bool log_backend_net_set_addr(const char *addr)
Allows user to set a server IP address, provided as string, at runtime.
static void log_backend_net_hostname_set(const char *hostname, size_t len)
update the hostname
Definition log_backend_net.h:57
const struct log_backend * log_backend_net_get(void)
Get the net logger backend.
void log_backend_net_start(void)
Start the net logger backend.
bool log_backend_net_set_ip(const struct sockaddr *addr)
Allows user to set a server IP address, provided as sockaddr structure, at runtime.
IPv6 and IPv4 definitions.
Logger backend structure.
Definition log_backend.h:94
Generic sockaddr struct.
Definition net_ip.h:388