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

Method trace

src/framework/runtime/session_base.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void RuntimeSessionBase::trace(engine::debug::LogLevel level, std::string_view category, std::string_view message) const {
62 engine::debug::log_message(level, category, message);
63}
64
65engine::debug::ScopeTimer RuntimeSessionBase::profile(
66 engine::debug::LogLevel level,

Callers

nothing calls this directly

Calls 1

log_messageFunction · 0.85

Tested by

no test coverage detected