Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_callback
Function · 0.80
threadMain
Method · 0.80
findUnusedRecord
Method · 0.80
findRecordToRecycle
Method · 0.80
notify
Method · 0.80
getNextUpdateTime
Function · 0.80
statusbar_pubsub_event
Function · 0.80
statusbar_icon_add
Function · 0.80
statusbar_icon_remove
Function · 0.80
statusbar_icon_set_image
Function · 0.80
statusbar_icon_set_visibility
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected