|
| static void | init () |
| template<typename... Args> |
| static void | trace (fmt::format_string< Args... > fmt, Args &&...args) |
| template<typename... Args> |
| static void | debug (fmt::format_string< Args... > fmt, Args &&...args) |
| template<typename... Args> |
| static void | info (fmt::format_string< Args... > fmt, Args &&...args) |
| template<typename... Args> |
| static void | warn (fmt::format_string< Args... > fmt, Args &&...args) |
| template<typename... Args> |
| static void | error (fmt::format_string< Args... > fmt, Args &&...args) |
| template<typename... Args> |
| static void | critical (fmt::format_string< Args... > fmt, Args &&...args) |
Definition at line 9 of file ZEN_Log.h.
◆ critical()
template<typename... Args>
| void Zen::Log::critical |
( |
fmt::format_string< Args... > | fmt, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ debug()
template<typename... Args>
| void Zen::Log::debug |
( |
fmt::format_string< Args... > | fmt, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ error()
template<typename... Args>
| void Zen::Log::error |
( |
fmt::format_string< Args... > | fmt, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ info()
template<typename... Args>
| void Zen::Log::info |
( |
fmt::format_string< Args... > | fmt, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ init()
◆ trace()
template<typename... Args>
| void Zen::Log::trace |
( |
fmt::format_string< Args... > | fmt, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ warn()
template<typename... Args>
| void Zen::Log::warn |
( |
fmt::format_string< Args... > | fmt, |
|
|
Args &&... | args ) |
|
inlinestatic |
The documentation for this class was generated from the following files: