Searched refs:OF_CUSTOM_LOGGER (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/test/test/framework-ts/ |
D | check-streams-on-exit.cpp | 34 …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/ |
D | unit_test_log.ipp | 711 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/ |
D | global_typedef.hpp | 41 OF_CUSTOM_LOGGER, ///< User specified logger. enumerator
|
/third_party/boost/libs/test/test/execution_monitor-ts/ |
D | errors-handling-test.cpp | 183 log_setup_teardown holder(test_output, OF_CUSTOM_LOGGER, level); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/test/test/writing-test-ts/ |
D | test_tools-test.cpp | 153 OF_CUSTOM_LOGGER, \
|