Typedefs | |
| using | level_hasher = std::hash< int > |
Enumerations | |
| enum | level_enum { trace = SPDLOG_LEVEL_TRACE, debug = SPDLOG_LEVEL_DEBUG, info = SPDLOG_LEVEL_INFO, warn = SPDLOG_LEVEL_WARN, err = SPDLOG_LEVEL_ERROR, critical = SPDLOG_LEVEL_CRITICAL, off = SPDLOG_LEVEL_OFF } |
Functions | |
| string_view_t & | to_string_view (spdlog::level::level_enum l) SPDLOG_NOEXCEPT |
| const char * | to_short_c_str (spdlog::level::level_enum l) SPDLOG_NOEXCEPT |
| 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 [] {"T", "D", "I", "W", "E", "C", "O"} |
| using spdlog::level::level_hasher = typedef std::hash<int> |
| Enumerator | |
|---|---|
| trace | |
| debug | |
| info | |
| warn | |
| err | |
| critical | |
| off | |
Definition at line 111 of file common.h.
|
inline |
Definition at line 142 of file common.h.
|
inline |
|
inline |
|
static |
1.8.11