25#include <fmt/format.h>
47 if (str ==
"iteration") {
50 if (str ==
"summary") {
56 if (str ==
"warning") {
62 if (str ==
"critical") {
Class of exception on invalid arguments.
Definition of exceptions.
Definition of log_level enumeration.
Namespace of logging configuration.
auto parse_output_log_level_str(std::string_view str) -> log_level
Parse a log level from a string to use in output_log_level of log_tag_config class.
log_level
Enumeration of log levels.
@ off
Turn off output. (Only for output log level).