numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::logging::formatters Namespace Reference

Namespace of formatters of logs. More...

Namespaces

namespace  impl
 Namespace of internal implementations.
 

Classes

class  colored_compact_log_formatter
 Class to format logs compactly with colors. More...
 
class  compact_log_formatter
 Class to format logs compactly. More...
 
class  detailed_log_formatter
 Class to format logs with details. More...
 
class  log_formatter_base
 Base class of classes to format logs. More...
 

Functions

auto get_output_log_level_str (log_level level) noexcept -> std::string_view
 Get the log level string for outputs.
 

Detailed Description

Namespace of formatters of logs.

Function Documentation

◆ get_output_log_level_str()

auto num_collect::logging::formatters::get_output_log_level_str ( log_level level) -> std::string_view
inlinenodiscardnoexcept

Get the log level string for outputs.

Parameters
[in]levelLog level.
Returns
String.

Definition at line 34 of file get_log_level_str_for_log.h.