MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / error

Method error

src/openassetio-core/src/log/LoggerInterface.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25void LoggerInterface::warning(const Str &message) { log(Severity::kWarning, message); }
26
27void LoggerInterface::error(const Str &message) { log(Severity::kError, message); }
28
29void LoggerInterface::critical(const Str &message) { log(Severity::kCritical, message); }
30

Callers 6

scan_entry_pointsMethod · 0.80
__loadMethod · 0.80
test_errorMethod · 0.80
~UIDelegateMethod · 0.80
~EntityReferencePagerMethod · 0.80

Calls

no outgoing calls