MCPcopy Create free account
hub / github.com/Norbyte/bg3se / LogError

Method LogError

BG3Extender/Osiris/OsirisExtender.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void OsirisExtender::LogError(std::string_view msg)
83{
84 if (storyLoaded_) {
85 std::string log = "[Osiris] {E} ";
86 log += msg;
87 wrappers_.AssertOriginal(false, log.c_str(), false);
88 }
89}
90
91void OsirisExtender::LogWarning(std::string_view msg)
92{

Callers 2

LogLuaErrorMethod · 0.45
LogOsirisErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected