Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ log_set_level
Function
log_set_level
Bcore/src/main/cpp/Dobby/external/logging/logging.c:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
static int _log_level = 1;
22
23
PUBLIC void log_set_level(int level) {
24
_log_level = level;
25
}
26
27
static int _syslog_enabled = 0;
28
Callers
4
ctor
Function · 0.85
ctor
Function · 0.85
ctor
Function · 0.85
mach_system_call_monitor
Function · 0.85
Calls
no outgoing calls
Tested by
1
ctor
Function · 0.68