
31 May
2010
31 May
'10
12:34 p.m.
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