Template Function Gaia::panic¶
Defined in File log.hpp
Function Documentation¶
-
template<typename ...T>
void Gaia::panic(FormatWithLocation fmt, T... args)¶ Shows a formatted message and halts the system.
- Template Parameters:
T –
- Parameters:
fmt – The format string
args – The format arguments