numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of load_logging_config function. More...
#include <string_view>
#include "num_collect/impl/num_collect_export.h"
Go to the source code of this file.
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::logging |
Namespace of logging. | |
Functions | |
NUM_COLLECT_EXPORT void | num_collect::logging::load_logging_config_file (std::string_view filepath) |
Parse and apply configurations of logging from a file. | |
Definition of load_logging_config function.
Definition in file load_logging_config.h.