$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Test adding multiple formatter
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-06-02 13:19:43
Steven Watanabe <watanabesj <at> gmail.com> writes:
> Gaurav N Shah wrote:
> > 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.
Not sure I understand purpose of multiple formatters. Do not forget: there is
only one sink.
Gennadiy