Zephyr Project API 4.1.99
A Scalable Open Source RTOS
|
#include <zephyr/net/mqtt.h>
Go to the source code of this file.
Functions | |
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. | |