$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Integrating Boost::Test into a logger
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-01-25 02:21:33
Charles Solar <redcomet87 <at> gmail.com> writes:
> I was wondering if there is some mechanism I can write up
> that will allow me to log the test name at the beginning
> and end of the test
Just set --log_level=test_suite.
If necessary you can also implement custom log formatter. Also note that latest
version of the framework support --log_sink=<file-name>.
Gennadiy