MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / reset_logging

Function reset_logging

src/framework/debug/trace.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void reset_logging() {
111 configure_logging(LoggingConfig{});
112}
113
114bool log_enabled() {
115 return logger_enabled_flag().load(std::memory_order_acquire);

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 1

configure_loggingFunction · 0.85

Tested by

no test coverage detected