MCPcopy Create free account
hub / github.com/acl-dev/acl / debug_init

Method debug_init

lib_acl_cpp/src/stdlib/log.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void log::debug_init(const char* cfg)
51{
52 if (cfg && *cfg) {
53 acl_debug_init(cfg);
54 }
55}
56
57void log::stdout_open(bool onoff)
58{

Callers

nothing calls this directly

Calls 1

acl_debug_initFunction · 0.85

Tested by

no test coverage detected