numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
get_log_level_str_for_log.h File Reference

Definition of get_output_log_level_str function. More...

#include <string_view>
#include "num_collect/logging/log_level.h"
+ Include dependency graph for get_log_level_str_for_log.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of get_output_log_level_str function.

Definition in file get_log_level_str_for_log.h.