« Return to Thread: Boost Test - Customize output.

Re: Boost Test - Customize output.

by Gennadiy Rozental-2 :: Rate this Message:

Reply to Author | View in Thread

mik <mirko.cambi <at> gmail.com> writes:
> The information about the file and number of line are unnecessary. 
>
> How can I suppress it?

You can implement your own log formatter. Follow an example inside Boost.Test or
even better just inherit from it and tweak what you need.

> And is it possible to customize the final report too?

The same here. Implement custom report formatter and register it

Gennadiy

_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

 « Return to Thread: Boost Test - Customize output.