Searched refs:make_collector (Results 1 – 8 of 8) sorted by relevance
134 BOOST_LOG_API shared_ptr< collector > make_collector(141 inline shared_ptr< collector > make_collector(ArgsT const& args) in make_collector() function143 return aux::make_collector( in make_collector()155 inline shared_ptr< collector > make_collector(T1 const& a1) in make_collector() function157 return aux::make_collector(a1); in make_collector()160 inline shared_ptr< collector > make_collector(T1 const& a1, T2 const& a2) in make_collector() function162 return aux::make_collector((a1, a2)); in make_collector()165 inline shared_ptr< collector > make_collector(T1 const& a1, T2 const& a2, T3 const& a3) in make_collector() function167 return aux::make_collector((a1, a2, a3)); in make_collector()170 inline shared_ptr< collector > make_collector(T1 const& a1, T2 const& a2, T3 const& a3, T4 const& a… in make_collector() function[all …]
57 sink->locked_backend()->set_file_collector(sinks::file::make_collector( in main()
33 sink->locked_backend()->set_file_collector(sinks::file::make_collector( in init_file_collecting()
71 return sinks::file::make_collector(args); in setup_file_collector()
540 backend->set_file_collector(sinks::file::make_collector(
1049 BOOST_LOG_API shared_ptr< collector > make_collector( in make_collector() function
382 boost/log/sinks/file/make_collector.html
135 …he limit can be specified in the `max_files` named parameter to the `make_collector` or `add_file_…