Re: [Log4cplus-devel] Rest of the patches (was Re: log4cplus 1.0.4-RC8 released)
Logging Framework for C++
Brought to you by:
wilx
From: Václav H. <v.h...@sh...> - 2010-06-14 11:26:27
|
On Wed, 2 Jun 2010 16:06:21 +0200, Hannah Schroeter wrote: >[...] > 0005 makes it possible to limit the depth of the NDC in the pattern > layout. I have just noticed that the %X format specifier collides with MDC specifier of log4j. The aim of log4cplus is to be compatible (where possible) with log4j and overloading the %X like this would go contrary to the aim. I will be reverting that bit of the patch. Unless you have any better ideas, I am going to add a property to the PatternLayout through which it should be possible to set the NDC depth limit. What about "NDCMaxDepth"? -- VH |