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

Method getLevel

lib/ArduinoLog/ArduinoLog.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71int Logging::getLevel(uint8_t slot) const
72{
73 #ifndef DISABLE_LOGGING
74 return _level[slot];
75 #else
76 return 0;
77 #endif
78}
79
80void Logging::setShowLevel(uint8_t slot, bool showLevel)
81{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected