|
| template<typename FormatString , typename... Args> |
| void | critical (const FormatString &fmt, Args &&...args) |
| |
| template<typename T > |
| void | critical (const T &msg) |
| |
| template<typename FormatString , typename... Args> |
| void | debug (const FormatString &fmt, Args &&...args) |
| |
| template<typename T > |
| void | debug (const T &msg) |
| |
| template<typename FormatString , typename... Args> |
| void | error (const FormatString &fmt, Args &&...args) |
| |
| template<typename T > |
| void | error (const T &msg) |
| |
| spdlog::level::level_enum | get_level () |
| |
| template<typename FormatString , typename... Args> |
| void | info (const FormatString &fmt, Args &&...args) |
| |
| template<typename T > |
| void | info (const T &msg) |
| |
| template<typename FormatString , typename... Args> |
| void | log (spdlog::level::level_enum lvl, const FormatString &fmt, Args &&...args) |
| |
| template<typename T > |
| void | log (spdlog::level::level_enum lvl, const T &msg) |
| |
| template<typename FormatString , typename... Args> |
| void | log (spdlog::source_loc source, spdlog::level::level_enum lvl, const FormatString &fmt, Args &&...args) |
| |
| template<typename T > |
| void | log (spdlog::source_loc source, spdlog::level::level_enum lvl, const T &msg) |
| |
| template<typename FormatString , typename... Args> |
| void | trace (const FormatString &fmt, Args &&...args) |
| |
| template<typename T > |
| void | trace (const T &msg) |
| |
| template<typename FormatString , typename... Args> |
| void | warn (const FormatString &fmt, Args &&...args) |
| |
| template<typename T > |
| void | warn (const T &msg) |
| |