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

Function trace

lib/ArduinoLog/ArduinoLog.h:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 * \return void
255 */
256 template <class T, typename... Args> void trace(uint8_t tag, T msg, Args... args)
257 {
258#ifndef DISABLE_LOGGING
259 printLevel(tag, LOG_LEVEL_TRACE, msg, args...);
260#endif
261 }
262
263 /**
264 * Output a verbose message. Output message contains

Callers

nothing calls this directly

Calls 1

printLevelFunction · 0.85

Tested by

no test coverage detected