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

Function fatal

lib/ArduinoLog/ArduinoLog.h:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 * \return void
187 */
188 template <class T, typename... Args> void fatal(uint8_t tag, T msg, Args... args)
189 {
190#ifndef DISABLE_LOGGING
191 printLevel(tag, LOG_LEVEL_FATAL, msg, args...);
192#endif
193 }
194
195 /**
196 * Output an error message. Output message contains

Callers

nothing calls this directly

Calls 1

printLevelFunction · 0.85

Tested by

no test coverage detected