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

Method unregisterOutput

lib/ArduinoLog/ArduinoLog.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void Logging::unregisterOutput(uint8_t slot)
57{
58 #ifndef DISABLE_LOGGING
59 if(slot >= 3) return;
60 _logOutput[slot] = NULL;
61 #endif
62}
63
64void Logging::setLevel(uint8_t slot, int level)
65{

Callers 5

telnetClientDisconnectFunction · 0.80
telnetAcceptClientFunction · 0.80
consoleStopFunction · 0.80
debugStopSyslogFunction · 0.80
debugSetupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected