MCPcopy Create free account
hub / github.com/AshampooSystems/boden / logActiveException

Function logActiveException

framework/foundation/src/log.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 void logInfo(const std::string &message) noexcept { log(Severity::Info, message); }
25
26 void logActiveException(const std::string &additionalInfo) noexcept
27 {
28 std::exception_ptr p = std::current_exception();
29 }
30
31 void log(Severity severity, const std::string &message) noexcept { platform::Hooks::get()->log(severity, message); }
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected