WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
spdlog::level Namespace Reference

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

Typedef Documentation

◆ level_hasher

using spdlog::level::level_hasher = typedef std::hash<int>

Definition at line 156 of file common.h.

Enumeration Type Documentation

◆ level_enum

Enumerator
trace 
debug 
info 
warn 
err 
critical 
off 

Definition at line 111 of file common.h.

Function Documentation

◆ from_str()

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

Definition at line 142 of file common.h.

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)
inline

Definition at line 137 of file common.h.

Here is the caller graph for this function:

◆ to_string_view()

string_view_t& spdlog::level::to_string_view ( spdlog::level::level_enum  l)
inline

Definition at line 132 of file common.h.

Here is the caller graph for this function: