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