MCPcopy Create free account
hub / github.com/HASwitchPlate/openHASP / debug

Function debug

lib/ArduinoLog/ArduinoLog.h:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 * \return void
289 */
290 template <class T, typename... Args> void debug(uint8_t tag, T msg, Args... args)
291 {
292#ifndef DISABLE_LOGGING
293 printLevel(tag, LOG_LEVEL_DEBUG, msg, args...);
294#endif
295 }
296
297 /**
298 * Output a normal message. Output message contains

Callers

nothing calls this directly

Calls 1

printLevelFunction · 0.85

Tested by

no test coverage detected