MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / MFmtImpl

Function MFmtImpl

FEXCore/Source/Utils/LogManager.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void MFmtImpl(DebugLevels level, const char* fmt, const fmt::format_args& args) {
43 if (Handler) {
44 const auto msg = fextl::fmt::vformat(fmt, args);
45 Handler(level, msg.c_str());
46 }
47 }
48
49} // namespace Msg
50} // namespace LogMan

Callers 5

MFmtFunction · 0.85
EFmtFunction · 0.85
DFmtFunction · 0.85
IFmtFunction · 0.85
AFmtFunction · 0.85

Calls 1

HandlerFunction · 0.85

Tested by

no test coverage detected