MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / consoleMultiLog

Function consoleMultiLog

pcsx2/Recording/Utilities/InputRecordingLogger.cpp:34–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void consoleMultiLog(const std::vector<std::string>& logs)
35 {
36 if (!logs.empty())
37 {
38 std::string log;
39 for (std::string l : logs)
40 {
41 log.append(fmt::format("[REC]: {}\n", l));
42 }
43 recordingConLog(log);
44 }
45 }
46} // namespace InputRecording

Callers 1

logRecordingMetadataMethod · 0.85

Calls 3

formatFunction · 0.50
emptyMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected