|
| template<typename... Args> |
| static void | critical (fmt::format_string< Args... > fmt_str, Args &&... args) |
| template<typename... Args> |
| static void | error (fmt::format_string< Args... > fmt_str, Args &&... args) |
| template<typename... Args> |
| static void | warn (fmt::format_string< Args... > fmt_str, Args &&... args) |
| template<typename... Args> |
| static void | info (fmt::format_string< Args... > fmt_str, Args &&... args) |
| template<typename... Args> |
| static void | debug (fmt::format_string< Args... > fmt_str, Args &&... args) |
| template<typename... Args> |
| static void | trace (fmt::format_string< Args... > fmt_str, Args &&... args) |
◆ critical()
template<typename... Args>
| void Vyroda::Logger::critical |
( |
fmt::format_string< Args... > | fmt_str, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ debug()
template<typename... Args>
| void Vyroda::Logger::debug |
( |
fmt::format_string< Args... > | fmt_str, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ error()
template<typename... Args>
| void Vyroda::Logger::error |
( |
fmt::format_string< Args... > | fmt_str, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ info()
template<typename... Args>
| void Vyroda::Logger::info |
( |
fmt::format_string< Args... > | fmt_str, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ trace()
template<typename... Args>
| void Vyroda::Logger::trace |
( |
fmt::format_string< Args... > | fmt_str, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ warn()
template<typename... Args>
| void Vyroda::Logger::warn |
( |
fmt::format_string< Args... > | fmt_str, |
|
|
Args &&... | args ) |
|
inlinestatic |
The documentation for this class was generated from the following file: