USRP Hardware Driver and Device Manual  Version: 4.11.0.0-0-g0d7ed3b1
UHD and USRP Manual
uhd::log::detail Namespace Reference

Classes

struct  logging_info
 

Functions

UHD_API std::optional< uhd::log::severity_level > parse_log_level_from_string_impl (const std::string &log_level_str)
 

Function Documentation

◆ parse_log_level_from_string_impl()

UHD_API std::optional<uhd::log::severity_level> uhd::log::detail::parse_log_level_from_string_impl ( const std::string &  log_level_str)

Parses a severity_level from a string. If a value could not be parsed, returns none. Note: All of this is necessary to retain backward-compatibility with boost::optional. When we deprecate boost::optional from the API entirely, this can be removed.