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

Method getShowLevel

lib/ArduinoLog/ArduinoLog.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool Logging::getShowLevel(uint8_t slot) const
88{
89 #ifndef DISABLE_LOGGING
90 return _showLevel[slot];
91 #else
92 return false;
93 #endif
94}
95
96void Logging::setPrefix(printfunction f)
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected