numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
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. | |
Namespace of formatters of logs.
|
inlinenodiscardnoexcept |
Get the log level string for outputs.
[in] | level | Log level. |
Definition at line 34 of file get_log_level_str_for_log.h.