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

Namespace of internal implementations. More...

Functions

auto get_body_style (log_level level) -> fmt::text_style
 Get the style for a log body.
 
auto get_log_level_style (log_level level) -> fmt::text_style
 Get the style for a log level.
 

Detailed Description

Namespace of internal implementations.

Function Documentation

◆ get_body_style()

auto num_collect::logging::formatters::impl::get_body_style ( log_level level) -> fmt::text_style
inlinenodiscard

Get the style for a log body.

Parameters
[in]levelLog level.
Returns
Style.

Definition at line 77 of file colored_compact_log_formatter.h.

◆ get_log_level_style()

auto num_collect::logging::formatters::impl::get_log_level_style ( log_level level) -> fmt::text_style
inlinenodiscard

Get the style for a log level.

Parameters
[in]levelLog level.
Returns
Style.

Definition at line 46 of file colored_compact_log_formatter.h.