MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / isLoggingDebug

Method isLoggingDebug

TactilityCore/Include/Tactility/Logger.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 bool isLoggingDebug() const {
54 return LOG_LEVEL_DEBUG <= level;
55 }
56
57 bool isLoggingInfo() const {
58 return LOG_LEVEL_INFO <= level;

Callers 11

keyboard_read_callbackFunction · 0.80
threadMainMethod · 0.80
findUnusedRecordMethod · 0.80
findRecordToRecycleMethod · 0.80
notifyMethod · 0.80
getNextUpdateTimeFunction · 0.80
statusbar_pubsub_eventFunction · 0.80
statusbar_icon_addFunction · 0.80
statusbar_icon_removeFunction · 0.80
statusbar_icon_set_imageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected