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

Function warning

lib/ArduinoLog/ArduinoLog.h:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 * \return void
221 */
222 template <class T, typename... Args> void warning(uint8_t tag, T msg, Args... args)
223 {
224#ifndef DISABLE_LOGGING
225 printLevel(tag, LOG_LEVEL_WARNING, msg, args...);
226#endif
227 }
228
229 /**
230 * Output a notice message. Output message contains

Callers

nothing calls this directly

Calls 1

printLevelFunction · 0.85

Tested by

no test coverage detected