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

Function verbose

lib/ArduinoLog/ArduinoLog.h:273–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 * \return void
272 */
273 template <class T, typename... Args> void verbose(uint8_t tag, T msg, Args... args)
274 {
275#ifndef DISABLE_LOGGING
276 printLevel(tag, LOG_LEVEL_VERBOSE, msg, args...);
277#endif
278 }
279
280 /**
281 * Output a debug message. Output message contains

Callers

nothing calls this directly

Calls 1

printLevelFunction · 0.85

Tested by

no test coverage detected