Agora  1.2.0
Agora project
spdlog::level Namespace Reference

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

Enumeration Type Documentation

◆ level_enum

Enumerator
trace 
debug 
info 
warn 
err 
critical 
off 
n_levels 

Function Documentation

◆ from_str()

spdlog::level::level_enum spdlog::level::from_str ( const std::string &  name)
noexcept
Here is the call graph for this function:
Here is the caller graph for this function:

◆ to_short_c_str()

const char * spdlog::level::to_short_c_str ( spdlog::level::level_enum  l)
noexcept
Here is the caller graph for this function:

◆ to_string_view()

const string_view_t & spdlog::level::to_string_view ( spdlog::level::level_enum  l)
noexcept
Here is the caller graph for this function:

Variable Documentation

◆ SPDLOG_LEVEL_NAMES

string_view_t level_string_views [] spdlog::level::SPDLOG_LEVEL_NAMES
static

◆ SPDLOG_SHORT_LEVEL_NAMES

const char* short_level_names [] spdlog::level::SPDLOG_SHORT_LEVEL_NAMES
static