Home
last modified time | relevance | path

Searched refs:text_multifile_backend (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/log/src/
Dtext_multifile_backend.cpp33 struct text_multifile_backend::implementation
58 BOOST_LOG_API text_multifile_backend::text_multifile_backend() in text_multifile_backend() function in boost::sinks::text_multifile_backend
64 BOOST_LOG_API void text_multifile_backend::construct(auto_newline_mode auto_newline) in construct()
70 BOOST_LOG_API text_multifile_backend::~text_multifile_backend() in ~text_multifile_backend()
76 BOOST_LOG_API void text_multifile_backend::set_file_name_composer_internal(file_name_composer_type … in set_file_name_composer_internal()
82 BOOST_LOG_API void text_multifile_backend::set_auto_newline_mode(auto_newline_mode mode) in set_auto_newline_mode()
88 BOOST_LOG_API void text_multifile_backend::consume(record_view const& rec, string_type const& forma… in consume()
/third_party/boost/boost/log/sinks/
Dtext_multifile_backend.hpp141 class text_multifile_backend : class
169 BOOST_LOG_API text_multifile_backend();
179 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_CALL(text_multifile_backend, construct)
182 explicit text_multifile_backend(ArgsT... const& args);
188 BOOST_LOG_API ~text_multifile_backend();
/third_party/boost/libs/log/example/doc/
Dsinks_multifile.cpp31 boost::shared_ptr< sinks::text_multifile_backend > backend = in init_logging()
32 boost::make_shared< sinks::text_multifile_backend >(); in init_logging()
42 typedef sinks::synchronous_sink< sinks::text_multifile_backend > sink_t; in init_logging()
/third_party/boost/libs/log/doc/tmp/
Dsinks_reference.qbk134 …boost_log_sinks_text_multifile_backend_hpp[][headerref boost/log/sinks/text_multifile_backend.hpp]]
136 …_text_multifile_backend[][classref boost::log::sinks::text_multifile_backend text_multifile_backen…
/third_party/boost/libs/log/example/multiple_files/
Dmain.cpp68 typedef sinks::synchronous_sink< sinks::text_multifile_backend > file_sink; in main()
/third_party/boost/libs/log/build/
DJamfile.v2267 text_multifile_backend.cpp
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest387 boost/log/sinks/text_multifile_backend.html
/third_party/boost/tools/boostdep/doc/src/
Dboostdep.qbk385 from <boost/log/sinks/text_multifile_backend.hpp>
/third_party/boost/libs/log/doc/
Dsink_backends.qbk234 …ts a log record as a single argument and returns a value of the `text_multifile_backend::path_type…