From: Václav Z. <vha...@gm...> - 2012-06-01 15:12:16
|
On 1 June 2012 15:21, Jeremy C. Reed wrote: > The BIND 10 team discussed this some. We posted some feedback at > https://lists.isc.org/pipermail/bind10-dev/2012-May/003470.html and > https://lists.isc.org/pipermail/bind10-dev/2012-May/003473.html > I will repost that same feedback here: > >[...] > > From: JINMEI Tatuya / ???? > >> > 3. What do you miss in log4cplus? > > IIRC, log4cplus dumps its own warning messages to stdout or stderr, > and they leak in an awkward way. It would be nice if the application > can control whether/how these messages are dumped. There is a quiet mode that can be set using log4cplus::helpers::LogLog::getLogLog()->setQuietMode(true). If it still prints anything after this, it is probably a bug in log4cplus. This is for 1.0.4.1. The syntax will be slightly different for trunk and 1.1.x branches. -- VZ |