esp8266ndn
NDN Arduino library for ESP8266 and more
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
w
Typedefs
a
b
c
e
f
g
h
i
k
m
n
p
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
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
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
v
w
Typedefs
b
c
d
i
k
l
m
o
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
e
l
n
Macros
_
e
l
n
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
core
logger.hpp
Go to the documentation of this file.
1
#ifndef ESP8266NDN_LOGGER_HPP
2
#define ESP8266NDN_LOGGER_HPP
3
4
#include "
logging.hpp
"
5
6
#include "../vendor/Streaming.h"
7
8
#undef min
9
10
#include "../vendor/PriUint64.h"
11
12
#define LOGGER(module, ...) \
13
do { \
14
::esp8266ndn::getLogOutput() << _DEC(millis()) << " ["
#module "] " << __VA_ARGS__ << "\n"; \
15
} while (false)
16
17
#endif
// ESP8266NDN_LOGGER_HPP
logging.hpp
Generated by
1.9.1