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

Method warning

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

Source from the content-addressed store, hash-verified

23void LoggerInterface::progress(const Str &message) { log(Severity::kProgress, message); }
24
25void LoggerInterface::warning(const Str &message) { log(Severity::kWarning, message); }
26
27void LoggerInterface::error(const Str &message) { log(Severity::kError, message); }
28

Callers 7

scan_entry_pointsMethod · 0.80
registerMethod · 0.80
__loadMethod · 0.80
test_warningMethod · 0.80
maybeLoadPluginMethod · 0.80

Calls

no outgoing calls