spdlog
Loading...
Searching...
No Matches
Functions
spdlog::cfg::helpers Namespace Reference

Functions

std::stringto_lower_ (std::string &str)
 
std::stringtrim_ (std::string &str)
 
std::pair< std::string, std::stringextract_kv_ (char sep, const std::string &str)
 
std::unordered_map< std::string, std::stringextract_key_vals_ (const std::string &str)
 
SPDLOG_INLINE void load_levels (const std::string &input)
 

Function Documentation

◆ extract_key_vals_()

std::unordered_map< std::string, std::string > spdlog::cfg::helpers::extract_key_vals_ ( const std::string str)
inline

Definition at line 65 of file helpers-inl.h.

◆ extract_kv_()

std::pair< std::string, std::string > spdlog::cfg::helpers::extract_kv_ ( char  sep,
const std::string str 
)
inline

Definition at line 47 of file helpers-inl.h.

◆ load_levels()

SPDLOG_API void spdlog::cfg::helpers::load_levels ( const std::string input)

Definition at line 82 of file helpers-inl.h.

◆ to_lower_()

std::string & spdlog::cfg::helpers::to_lower_ ( std::string str)
inline

Definition at line 24 of file helpers-inl.h.

◆ trim_()

std::string & spdlog::cfg::helpers::trim_ ( std::string str)
inline

Definition at line 32 of file helpers-inl.h.