SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
Macros
espidf/spsp/logger.hpp File Reference

Logger for SPSP. More...

#include "esp_log.h"
Include dependency graph for espidf/spsp/logger.hpp:

Go to the source code of this file.

Macros

#define SPSP_LOGE(fmt, ...)   ESP_LOGE(SPSP_LOG_TAG, fmt, __VA_ARGS__)
 
#define SPSP_LOGW(fmt, ...)   ESP_LOGW(SPSP_LOG_TAG, fmt, __VA_ARGS__)
 
#define SPSP_LOGI(fmt, ...)   ESP_LOGI(SPSP_LOG_TAG, fmt, __VA_ARGS__)
 
#define SPSP_LOGD(fmt, ...)   ESP_LOGD(SPSP_LOG_TAG, fmt, __VA_ARGS__)
 

Detailed Description

Logger for SPSP.

Author
Dávid Benko (david.nosp@m.benk.nosp@m.o@dav.nosp@m.idbe.nosp@m.nko.d.nosp@m.ev)

Definition in file espidf/spsp/logger.hpp.