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

Function cbm_log_set_format

src/foundation/log.c:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void cbm_log_set_format(CBMLogFormat format) {
92 g_log_format = format;
93}
94
95CBMLogFormat cbm_log_get_format(void) {
96 return g_log_format;

Callers 4

cbm_log_init_from_envFunction · 0.85
test_mcp.cFile · 0.85
test_httpd.cFile · 0.85
test_log.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected