MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / sinkDefaultImmediate

Method sinkDefaultImmediate

modules/core/core/src/core/log/logger.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void Logger::sinkDefaultImmediate(const LogEvent& e, skr::StringView what) const SKR_NOEXCEPT
78{
79 skr::log::LogManager::Get()->PatternAndSink(e, what);
80}
81
82bool Logger::canPushToQueue() const SKR_NOEXCEPT
83{

Callers

nothing calls this directly

Calls 2

PatternAndSinkMethod · 0.80
GetFunction · 0.50

Tested by

no test coverage detected