Photon 1.0.0
Loading...
Searching...
No Matches
spdlog::level Namespace Reference

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_tto_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
 

Enumeration Type Documentation

◆ level_enum

Enumerator
trace 
debug 
info 
warn 
err 
critical 
off 
n_levels 

Function Documentation

◆ from_str()

SPDLOG_API spdlog::level::level_enum spdlog::level::from_str ( const std::string &  name)

◆ to_short_c_str()

SPDLOG_API const char * spdlog::level::to_short_c_str ( spdlog::level::level_enum  l)

◆ to_string_view()

SPDLOG_API const string_view_t & spdlog::level::to_string_view ( spdlog::level::level_enum  l)