MCPcopy Create free account
hub / github.com/EasyRPG/Player / InfoStr

Method InfoStr

src/output.cpp:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void Output::InfoStr(std::string const& msg) {
312 if (log_level < LogLevel::Info) {
313 return;
314 }
315 WriteLog(LogLevel::Info, msg, Color(255, 255, 255, 255));
316}
317
318void Output::DebugStr(std::string const& msg) {
319 if (log_level < LogLevel::Debug) {

Callers

nothing calls this directly

Calls 2

WriteLogFunction · 0.85
ColorClass · 0.70

Tested by

no test coverage detected