Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::log::details Namespace Reference

Functions

void LogAssertionViaLogger (std::string_view condition, const std::source_location &loc, std::string_view message) noexcept
 Log plugin assertion handler implementation.

Function Documentation

◆ LogAssertionViaLogger()

void helios::log::details::LogAssertionViaLogger ( std::string_view condition,
const std::source_location & loc,
std::string_view message )
noexcept

Log plugin assertion handler implementation.

Logs the assertion failure via the log system with critical level. This is called by the weak symbol overrides in logger.cpp.

Definition at line 297 of file logger.cpp.