Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void Logging::setSuffix(printfunction f)
104
{
105
#ifndef DISABLE_LOGGING
106
_suffix = f;
107
#endif
108
}
109
110
void Logging::print(Print * logOutput, const __FlashStringHelper * format, va_list args)
111
{
Callers
1
debugSetup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected