40 using file_sink_type = boost::log::sinks::synchronous_sink<
41 boost::log::sinks::text_file_backend>;
42 using console_sink_type = boost::log::sinks::synchronous_sink<
43 boost::log::sinks::text_ostream_backend>;
56 static boost::shared_ptr<file_sink_type>
57 make_file_sink(std::filesystem::path path,
severity_level severity,
63 static boost::shared_ptr<console_sink_type> make_console_sink(
85 boost::shared_ptr<file_sink_type> file_sink_;
86 boost::shared_ptr<console_sink_type> console_sink_;