Searched refs:text_multifile_backend (Results 1 – 9 of 9) sorted by relevance
33 struct text_multifile_backend::implementation58 BOOST_LOG_API text_multifile_backend::text_multifile_backend() in text_multifile_backend() function in boost::sinks::text_multifile_backend64 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()
141 class text_multifile_backend : class169 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();
31 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()
134 …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…
68 typedef sinks::synchronous_sink< sinks::text_multifile_backend > file_sink; in main()
267 text_multifile_backend.cpp
387 boost/log/sinks/text_multifile_backend.html
385 from <boost/log/sinks/text_multifile_backend.hpp>
234 …ts a log record as a single argument and returns a value of the `text_multifile_backend::path_type…