| 115 | } |
| 116 | |
| 117 | void OsirisProxy::LogOsirisMsg(std::string const & msg) |
| 118 | { |
| 119 | auto log = "[Osiris] " + msg; |
| 120 | DebugRaw(log.c_str()); |
| 121 | if (StoryLoaded) { |
| 122 | Wrappers.AssertOriginal(false, log.c_str(), false); |
| 123 | } |
| 124 | } |
| 125 | |
| 126 | void OsirisProxy::RestartLogging(std::wstring const & Type) |
| 127 | { |
nothing calls this directly
no test coverage detected