|
wren
Vulkan-based game engine
|
Enumerations | |
| enum class | LogLevel { Trace = 0 , Debug , Info , Warn , Error , Fatal } |
Functions | |
| static auto | get_log_level () |
| template<typename... Args> | |
| void | trace (const std::format_string< Args... > &fmt, Args &&... args) |
| template<typename... Args> | |
| void | debug (const std::format_string< Args... > &fmt, Args &&... args) |
| template<typename... Args> | |
| void | info (const std::format_string< Args... > &fmt, Args &&... args) |
| template<typename... Args> | |
| void | warn (const std::format_string< Args... > &fmt, Args &&... args) |
| template<typename... Args> | |
| void | error (const std::format_string< Args... > &fmt, Args &&... args) |
| template<typename... Args> | |
| void | fatal (const std::format_string< Args... > &fmt, Args &&... args) |
|
strong |
| void wren::log::debug | ( | const std::format_string< Args... > & | fmt, |
| Args &&... | args ) |


| void wren::log::error | ( | const std::format_string< Args... > & | fmt, |
| Args &&... | args ) |


| void wren::log::fatal | ( | const std::format_string< Args... > & | fmt, |
| Args &&... | args ) |


|
static |


| void wren::log::info | ( | const std::format_string< Args... > & | fmt, |
| Args &&... | args ) |


| void wren::log::trace | ( | const std::format_string< Args... > & | fmt, |
| Args &&... | args ) |


| void wren::log::warn | ( | const std::format_string< Args... > & | fmt, |
| Args &&... | args ) |

