Home
last modified time | relevance | path

Searched refs:make_collector (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/log/sinks/
Dtext_file_backend.hpp134 BOOST_LOG_API shared_ptr< collector > make_collector(
141 inline shared_ptr< collector > make_collector(ArgsT const& args) in make_collector() function
143 return aux::make_collector( in make_collector()
155 inline shared_ptr< collector > make_collector(T1 const& a1) in make_collector() function
157 return aux::make_collector(a1); in make_collector()
160 inline shared_ptr< collector > make_collector(T1 const& a1, T2 const& a2) in make_collector() function
162 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() function
167 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 …]
/third_party/boost/libs/log/example/rotating_file/
Dmain.cpp57 sink->locked_backend()->set_file_collector(sinks::file::make_collector( in main()
/third_party/boost/libs/log/example/doc/
Dsinks_xml_file.cpp33 sink->locked_backend()->set_file_collector(sinks::file::make_collector( in init_file_collecting()
/third_party/boost/boost/log/utility/setup/
Dfile.hpp71 return sinks::file::make_collector(args); in setup_file_collector()
/third_party/boost/libs/log/src/setup/
Dinit_from_settings.cpp540 backend->set_file_collector(sinks::file::make_collector(
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1049 BOOST_LOG_API shared_ptr< collector > make_collector( in make_collector() function
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest382 boost/log/sinks/file/make_collector.html
/third_party/boost/libs/log/doc/
Dchangelog.qbk135 …he limit can be specified in the `max_files` named parameter to the `make_collector` or `add_file_…