| 188 | } |
| 189 | |
| 190 | void ScriptExtender::LogOsirisWarning(std::string_view msg) |
| 191 | { |
| 192 | gCoreLibPlatformInterface.GlobalConsole->Print(DebugMessageType::Warning, msg.data()); |
| 193 | server_.Osiris().LogWarning(msg); |
| 194 | } |
| 195 | |
| 196 | void ScriptExtender::LogOsirisMsg(std::string_view msg) |
| 197 | { |
no test coverage detected