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

Method setPrefix

lib/ArduinoLog/ArduinoLog.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void Logging::setPrefix(printfunction f)
97{
98 #ifndef DISABLE_LOGGING
99 _prefix = f;
100 #endif
101}
102
103void Logging::setSuffix(printfunction f)
104{

Callers 1

debugSetupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected