Home
last modified time | relevance | path

Searched refs:OF_CUSTOM_LOGGER (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/test/test/framework-ts/
Dcheck-streams-on-exit.cpp34 …tput_format outputs_to_tests[] = { utf::OF_CLF, utf::OF_XML, utf::OF_JUNIT, utf::OF_CUSTOM_LOGGER}; in main()
/third_party/boost/boost/test/impl/
Dunit_test_log.ipp711 if( it->m_format == OF_CUSTOM_LOGGER) {
719 vloggers.push_back( unit_test_log_data_helper_impl(the_formatter, OF_CUSTOM_LOGGER, true) );
737 …level == invalid_log_level || it->m_format < previous_format || it->m_format == OF_CUSTOM_LOGGER) {
747 set_format(OF_CUSTOM_LOGGER);
748 set_threshold_level(OF_CUSTOM_LOGGER, current_level);
749 set_stream(OF_CUSTOM_LOGGER, *current_stream);
/third_party/boost/boost/test/detail/
Dglobal_typedef.hpp41 OF_CUSTOM_LOGGER, ///< User specified logger. enumerator
/third_party/boost/libs/test/test/execution_monitor-ts/
Derrors-handling-test.cpp183 log_setup_teardown holder(test_output, OF_CUSTOM_LOGGER, level); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/test/test/writing-test-ts/
Dtest_tools-test.cpp153 OF_CUSTOM_LOGGER, \