Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ DebugStr
Method
DebugStr
src/output.cpp:318–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
void Output::DebugStr(std::string const& msg) {
319
if (log_level < LogLevel::Debug) {
320
return;
321
}
322
WriteLog(LogLevel::Debug, msg, Color(128, 128, 128, 255));
323
}
Callers
nothing calls this directly
Calls
2
WriteLog
Function · 0.85
Color
Class · 0.70
Tested by
no test coverage detected