numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Namespace of internal implementations. More...
Functions | |
void | parse_log_tag_config_to (log_tag_config &config, const ::toml::table &table, log_sink_factory_table &sinks) |
Parse configurations of logging for a log tag. | |
auto | require_log_level (const ::toml::table &table, std::string_view path, std::string_view config_name) -> log_level |
Get a log level value or throw exception. | |
Namespace of internal implementations.
|
inline |
Parse configurations of logging for a log tag.
[out] | config | Configuration. |
[in] | table | Table in toml++ library. |
[in] | sinks | Log sinks. |
Definition at line 74 of file toml_log_config_parser.h.
|
inline |
Get a log level value or throw exception.
[in] | table | Table in toml++ library. |
[in] | path | Path. |
[in] | config_name | Configuration name for exceptions. |
Definition at line 60 of file toml_log_config_parser.h.