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