Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void Logging::setPrefix(printfunction f)
97
{
98
#ifndef DISABLE_LOGGING
99
_prefix = f;
100
#endif
101
}
102
103
void Logging::setSuffix(printfunction f)
104
{
Callers
1
debugSetup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected