$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] boost.log
From: Dirk Griffioen (dirk.griffioen_at_[hidden])
Date: 2010-05-31 08:34:59
Hi,
I have a small question regarding boost.log: would it be possible to
'register' different outputfiles for different loggers?
BOOST_LOG(get_normal_log()) << msg; // goes to 'normal.log'
BOOST_LOG(get_special_log()) << msg; // goes to 'special.log'
I could not find how to do this reading the manual or the review mails,
but I might have missed the obvious ..
Thanks in advance,
Dirk