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

Method ShouldBacktrace

modules/core/core/src/core/log/log_manager.cpp:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211bool LogManager::ShouldBacktrace(const LogEvent& event) SKR_NOEXCEPT
212{
213 const auto lv = event.get_level();
214 const auto gt = lv >= LogLevel::kError;
215 const auto ne = lv != LogLevel::kBackTrace;
216 return gt && ne;
217}
218
219void LogManager::DateTime::reset_date() SKR_NOEXCEPT
220{

Callers 2

patternAndSinkMethod · 0.80
onLogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected