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

Function error

lib/ArduinoLog/ArduinoLog.h:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 * \return void
204 */
205 template <class T, typename... Args> void error(uint8_t tag, T msg, Args... args)
206 {
207#ifndef DISABLE_LOGGING
208 printLevel(tag, LOG_LEVEL_ERROR, msg, args...);
209#endif
210 }
211
212 /**
213 * Output a warning message. Output message contains

Callers

nothing calls this directly

Calls 1

printLevelFunction · 0.85

Tested by

no test coverage detected