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

Function Error

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

Source from the content-addressed store, hash-verified

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); }
95 static void Warning(const std::exception& exception, const IfcUtil::IfcBaseInterface* instance = 0) { Message(LOG_WARNING, exception, instance); }

Callers 15

mapAlignmentSegmentFunction · 0.70
mapAlignmentCantSegmentFunction · 0.70
dispatch_tokenFunction · 0.70
construct_Function · 0.70
readInstanceMethod · 0.70
tryReadMethod · 0.70
unregister_inverseMethod · 0.70
set_attribute_valueMethod · 0.70
read_from_streamMethod · 0.70
parse_attribute_valueFunction · 0.70

Calls 1

MessageClass · 0.85

Tested by

no test coverage detected