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

Method setSuffix

lib/ArduinoLog/ArduinoLog.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void Logging::setSuffix(printfunction f)
104{
105 #ifndef DISABLE_LOGGING
106 _suffix = f;
107 #endif
108}
109
110void Logging::print(Print * logOutput, const __FlashStringHelper * format, va_list args)
111{

Callers 1

debugSetupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected