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

Function notice

lib/ArduinoLog/ArduinoLog.h:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 * \return void
238 */
239 template <class T, typename... Args> void notice(uint8_t tag, T msg, Args... args)
240 {
241#ifndef DISABLE_LOGGING
242 printLevel(tag, LOG_LEVEL_NOTICE, msg, args...);
243#endif
244 }
245
246 /**
247 * Output a trace message. Output message contains

Callers

nothing calls this directly

Calls 1

printLevelFunction · 0.85

Tested by

no test coverage detected