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

Function Notice

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

Source from the content-addressed store, hash-verified

88 static void Message(Severity type, const std::exception& exception, const IfcUtil::IfcBaseInterface* instance = 0);
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

Callers 15

addMethod · 0.85
buildMethod · 0.85
writeMethod · 0.85
setFileMethod · 0.85
convertMethod · 0.85
initializeMethod · 0.85
log_timepointsMethod · 0.85
remove_offset_Method · 0.85
map_implMethod · 0.85
convertMethod · 0.85

Calls 1

MessageClass · 0.85

Tested by

no test coverage detected