From: Bastiaan B. <Bas...@li...> - 2001-11-26 08:15:40
|
> -----Original Message----- > From: Tony Cheung [mailto:dra...@as...] > Sent: Monday, November 26, 2001 7:57 AM > To: log...@li... > Subject: [Log4cpp-devel] Multiple Appenders at a Category >=20 >=20 > Hi, >=20 > Is it possible to have mulitple appenders at a single=20 > Category? So that > one could log to both a file and the console? >=20 > I am new to log4cpp, but the source tells me that a single Category > could only have a single Appender. Is it really the case? >=20 Yes the current version of log4cpp allows a single Category only to have 1 Appender at a time. It's a simplification compared to log4j, introduced in version 0.0. But it always has been my intention to support multiple Appenders eventually. Something for 0.3.0.... Bastiaan=20 =20 |