| 194 | } |
| 195 | |
| 196 | void ScriptExtender::LogOsirisMsg(std::string_view msg) |
| 197 | { |
| 198 | gCoreLibPlatformInterface.GlobalConsole->Print(DebugMessageType::Osiris, msg.data()); |
| 199 | server_.Osiris().LogMessage(msg); |
| 200 | } |
| 201 | |
| 202 | std::wstring ScriptExtender::MakeLogFilePath(std::wstring const & Type, std::wstring const & Extension) |
| 203 | { |
no test coverage detected