MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / Warning

Function Warning

src/ifcparse/IfcLogger.h:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90 static void Notice(const std::string& message, const IfcUtil::IfcBaseInterface* instance = 0) { Message(LOG_NOTICE, message, instance); }
91 static void Warning(const std::string& message, const IfcUtil::IfcBaseInterface* instance = 0) { Message(LOG_WARNING, message, instance); }
92 static void Error(const std::string& message, const IfcUtil::IfcBaseInterface* instance = 0) { Message(LOG_ERROR, message, instance); }
93
94 static void Notice(const std::exception& exception, const IfcUtil::IfcBaseInterface* instance = 0) { Message(LOG_NOTICE, exception, instance); }

Callers 15

writeMethod · 0.85
writeMethod · 0.85
setFileMethod · 0.85
initializeMethod · 0.85
make_loftMethod · 0.85
map_implMethod · 0.85
map_implMethod · 0.85
map_implMethod · 0.85
map_implMethod · 0.85

Calls 1

MessageClass · 0.85

Tested by

no test coverage detected