Agora
1.2.0
Agora project
|
Enumerations | |
enum | level_enum : int { trace = 0, debug = 1, info = 2, warn = 3, err = 4, critical = 5, off = 6, n_levels } |
Functions | |
const SPDLOG_INLINE string_view_t & | to_string_view (spdlog::level::level_enum l) SPDLOG_NOEXCEPT |
const SPDLOG_INLINE char * | to_short_c_str (spdlog::level::level_enum l) SPDLOG_NOEXCEPT |
SPDLOG_INLINE spdlog::level::level_enum | from_str (const std::string &name) SPDLOG_NOEXCEPT |
Variables | |
static string_view_t level_string_views[] | SPDLOG_LEVEL_NAMES |
static const char *short_level_names[] | SPDLOG_SHORT_LEVEL_NAMES |
enum spdlog::level::level_enum : int |
|
noexcept |
|
noexcept |
|
noexcept |
|
static |
|
static |