7#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_BACKEND_MQTT_H_
8#define ZEPHYR_INCLUDE_LOGGING_LOG_BACKEND_MQTT_H_
int log_backend_mqtt_client_set(struct mqtt_client *client)
Set the MQTT client instance to be able to publish application's log messages to broker.
int log_backend_mqtt_topic_set(const char *topic)
Set the MQTT topic to which log messages will be published.
MQTT Client Implementation.
MQTT Client definition to maintain information relevant to the client.
Definition mqtt.h:898