MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_log_set_level

Function cbm_log_set_level

src/foundation/log.c:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void cbm_log_set_level(CBMLogLevel level) {
102 atomic_store_explicit(&g_log_level, level, memory_order_relaxed);
103}
104
105CBMLogLevel cbm_log_get_level(void) {
106 return atomic_load_explicit(&g_log_level, memory_order_relaxed);

Callers 8

cbm_log_init_from_envFunction · 0.85
test_diagnostics.cFile · 0.85
test_mcp.cFile · 0.85
test_httpd.cFile · 0.85
test_log.cFile · 0.85
capture_logs_startFunction · 0.85
capture_logs_endFunction · 0.85

Calls

no outgoing calls

Tested by 2

capture_logs_startFunction · 0.68
capture_logs_endFunction · 0.68