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

Method WarningStr

src/output.cpp:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void Output::WarningStr(std::string const& warn) {
305 if (log_level < LogLevel::Warning) {
306 return;
307 }
308 WriteLog(LogLevel::Warning, warn, Color(255, 255, 0, 255));
309}
310
311void Output::InfoStr(std::string const& msg) {
312 if (log_level < LogLevel::Info) {

Callers

nothing calls this directly

Calls 2

WriteLogFunction · 0.85
ColorClass · 0.70

Tested by

no test coverage detected