|
| template<typename... Args> |
| void | trace (Args &&...args) |
| |
| template<typename... Args> |
| void | info (Args &&...args) |
| |
| template<typename... Args> |
| void | warn (Args &&...args) |
| |
| template<typename... Args> |
| void | error (Args &&...args) |
| |
| template<typename... Args> |
| void | trace (format_string_with_loc< std::type_identity_t< Args >... > fl, Args &&...args) |
| |
| void | trace (std::string_view message, const std::source_location &loc=std::source_location::current()) |
| |
| template<typename... Args> |
| void | trace (const std::source_location &loc, std::format_string< Args... > fmt, Args &&...args) |
| |
| void | trace (const std::source_location &loc, std::string_view message) |
| |
| template<typename... Args> |
| void | info (format_string_with_loc< std::type_identity_t< Args >... > fl, Args &&...args) |
| |
| void | info (std::string_view message, const std::source_location &loc=std::source_location::current()) |
| |
| template<typename... Args> |
| void | info (const std::source_location &loc, std::format_string< Args... > fmt, Args &&...args) |
| |
| void | info (const std::source_location &loc, std::string_view message) |
| |
| template<typename... Args> |
| void | warn (format_string_with_loc< std::type_identity_t< Args >... > fl, Args &&...args) |
| |
| void | warn (std::string_view message, const std::source_location &loc=std::source_location::current()) |
| |
| template<typename... Args> |
| void | warn (const std::source_location &loc, std::format_string< Args... > fmt, Args &&...args) |
| |
| void | warn (const std::source_location &loc, std::string_view message) |
| |
| template<typename... Args> |
| void | error (format_string_with_loc< std::type_identity_t< Args >... > fl, Args &&...args) |
| |
| void | error (std::string_view message, const std::source_location &loc=std::source_location::current()) |
| |
| template<typename... Args> |
| void | error (const std::source_location &loc, std::format_string< Args... > fmt, Args &&...args) |
| |
| void | error (const std::source_location &loc, std::string_view message) |
| |