MCPcopy Create free account
hub / github.com/Autodesk/Aurora / writeToConsole

Method writeToConsole

Libraries/Foundation/Source/Log.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void Log::writeToConsole([[maybe_unused]] const std::string& msg)
65{
66#if defined(_WIN32)
67 // Output to windows debug console.
68 std::wstring widestr = std::wstring(msg.begin(), msg.end());
69 OutputDebugString(widestr.c_str());
70#endif
71}
72
73} // namespace Foundation
74} // namespace Aurora

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected