numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of get_output_log_level_str function. More...
Go to the source code of this file.
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::logging |
Namespace of logging. | |
namespace | num_collect::logging::formatters |
Namespace of formatters of logs. | |
Functions | |
auto | num_collect::logging::formatters::get_output_log_level_str (log_level level) noexcept -> std::string_view |
Get the log level string for outputs. | |
Definition of get_output_log_level_str function.
Definition in file get_log_level_str_for_log.h.