Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
void reset_logging() {
111
configure_logging(LoggingConfig{});
112
}
113
114
bool log_enabled() {
115
return logger_enabled_flag().load(std::memory_order_acquire);
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
1
configure_logging
Function · 0.85
Tested by
no test coverage detected