esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
logger.hpp File Reference
#include "logging.hpp"
#include "../vendor/Streaming.h"
#include "../vendor/PriUint64.h"

Go to the source code of this file.

Macros

#define LOGGER(module, ...)
 

Macro Definition Documentation

◆ LOGGER

#define LOGGER (   module,
  ... 
)
Value:
do { \
::esp8266ndn::getLogOutput() << _DEC(millis()) << " [" #module "] " << __VA_ARGS__ << "\n"; \
} while (false)
Print & getLogOutput()