MCPcopy 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

21static int _log_level = 1;
22
23PUBLIC void log_set_level(int level) {
24 _log_level = level;
25}
26
27static int _syslog_enabled = 0;
28

Callers 4

ctorFunction · 0.85
ctorFunction · 0.85
ctorFunction · 0.85
mach_system_call_monitorFunction · 0.85

Calls

no outgoing calls

Tested by 1

ctorFunction · 0.68