
2 Jun
2010
2 Jun
'10
3:47 p.m.
AMDG Gaurav N Shah wrote:
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??
You'd need to create a formatter that forwards to several other formatters. In Christ, Steven Watanabe