$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Paez, Juan (jpaez_at_[hidden])
Date: 2007-02-09 15:55:44
Hello,
I new using boost. I am trying to setup a set of test cases to test some
api. I would like to be able to use the logging facilities that boost
provides through the unit_test_log class. I understand that from the
command line you can set the logging parameters. However, I want to be
able to set those parameters from inside the my program executing the
test cases.
any ideas? Specifically, I want to be able to send the log output to
specific files (the files change depending on the test suite I am
running), the format, level, etc.
Thanks,
Juan