6 #ifndef KAGOME_LOG_CONFIGURATOR 7 #define KAGOME_LOG_CONFIGURATOR 9 #include <boost/filesystem.hpp> 10 #include <soralog/impl/configurator_from_yaml.hpp> 18 Configurator(std::shared_ptr<PrevConfigurator> previous);
20 explicit Configurator(std::shared_ptr<PrevConfigurator> previous,
23 explicit Configurator(std::shared_ptr<PrevConfigurator> previous,
24 boost::filesystem::path path);
29 #endif // KAGOME_LOG_CONFIGURATOR
soralog::Configurator PrevConfigurator
Configurator(std::shared_ptr< PrevConfigurator > previous)