MCPcopy 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
318void 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

WriteLogFunction · 0.85
ColorClass · 0.70

Tested by

no test coverage detected