SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
_
a
b
c
e
h
i
k
l
m
n
p
q
r
s
t
u
v
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
include
espidf
spsp
espidf/spsp/logger.hpp
Go to the documentation of this file.
1
10
#include "esp_log.h"
11
12
#pragma once
13
14
#define SPSP_LOGE(fmt, ...) ESP_LOGE(SPSP_LOG_TAG, fmt, __VA_ARGS__)
15
#define SPSP_LOGW(fmt, ...) ESP_LOGW(SPSP_LOG_TAG, fmt, __VA_ARGS__)
16
#define SPSP_LOGI(fmt, ...) ESP_LOGI(SPSP_LOG_TAG, fmt, __VA_ARGS__)
17
#define SPSP_LOGD(fmt, ...) ESP_LOGD(SPSP_LOG_TAG, fmt, __VA_ARGS__)
Generated by
1.8.17