Photon 1.0.0
|
Enumerations | |
enum | level_enum : int { 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 , n_levels } |
Functions | |
SPDLOG_INLINE const string_view_t & | to_string_view (spdlog::level::level_enum l) SPDLOG_NOEXCEPT |
SPDLOG_INLINE const 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 |
enum spdlog::level::level_enum : int |
SPDLOG_API spdlog::level::level_enum spdlog::level::from_str | ( | const std::string & | name | ) |
SPDLOG_API const char * spdlog::level::to_short_c_str | ( | spdlog::level::level_enum | l | ) |
SPDLOG_API const string_view_t & spdlog::level::to_string_view | ( | spdlog::level::level_enum | l | ) |