MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / registerWarning

Method registerWarning

src/measure/OSRunner.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 bool OSRunner::registerWarning(const std::string& message) {
298 m_result.addStepWarning(message);
299 if (m_registerMsgAlsoLogs) {
300 LOG(Warn, message);
301 }
302 return true;
303 }
304
305 bool OSRunner::registerInfo(const std::string& message) {
306 m_result.addStepInfo(message);

Callers 11

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

addStepWarningMethod · 0.80

Tested by

no test coverage detected