MCPcopy Create free account
hub / github.com/Norbyte/ositools / LogOsirisMsg

Method LogOsirisMsg

OsiInterface/OsirisProxy.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void 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
126void OsirisProxy::RestartLogging(std::wstring const & Type)
127{

Callers

nothing calls this directly

Calls 1

DebugRawFunction · 0.85

Tested by

no test coverage detected