MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / MakeErrorLocationString

Function MakeErrorLocationString

IntelPresentMon/ControlLib/Logging.h:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace pwr::log
10{
11 inline std::string MakeErrorLocationString(int line, const char* file, const char* function)
12 {
13 return std::format("{} at {}:{}", function, file, line);
14 }
15
16 inline std::string MakeTelemetryDebugErrorString(const char* msg, int line, const char* file, const char* function)
17 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected