
8 Nov
2006
8 Nov
'06
6:31 p.m.
"Kervin L. Pierre"
Hello,
Thanks, that did it. But is there someway I can set this option via code? I am using version 1.33.1.
boost::unit_test::unit_test_log.set_threshold_level( boost::unit_test::log_messages )
--- Gennadiy Rozental
wrote: If would help if you mention the version of Boost you are referring to. CVS version presents following interface:
boost::unit_test::unit_test_log.set_stream( std::ostream& )
Thanks, is there a way to do that in version 1.33.1?
I think boost:1.33.1 interface is as above Gennadiy