We can add custom formatter to Boost.Test by:
boost::unit_test_log.set_formatter(new Formtter);
But What if I want to add more than one formatter?? let's say XML and my own!!!
What is the work around to achieve this??
Thank You,
Gaurav