|
JustEnoughMod
|
Public Member Functions | |
| Logger (std::string name) | |
| template<typename... Args> | |
| constexpr auto | trace (spdlog::format_string_t< Args... > fmt, Args &&...args) -> void |
| template<typename... Args> | |
| constexpr auto | debug (spdlog::format_string_t< Args... > fmt, Args &&...args) -> void |
| template<typename... Args> | |
| constexpr auto | info (spdlog::format_string_t< Args... > fmt, Args &&...args) -> void |
| template<typename... Args> | |
| constexpr auto | warn (spdlog::format_string_t< Args... > fmt, Args &&...args) -> void |
| template<typename... Args> | |
| constexpr auto | error (spdlog::format_string_t< Args... > fmt, Args &&...args) -> void |
| template<typename... Args> | |
| constexpr auto | critical (spdlog::format_string_t< Args... > fmt, Args &&...args) -> void |
| auto | getName () const -> std::string |