Re: MDC signature change in log4j v1.3

2005-03-01 Thread Curt Arnold
On Mar 1, 2005, at 7:14 AM, Hein Meling wrote: Hello Ceki, What is the status of the bug (32752) related to this (I see no additional comment or change to the bug report)? I hope that the signature will be reverted to that of log4j 1.2, so that usability can be preserved. Hein I have a pending t

Re: MDC signature change in log4j v1.3

2005-03-01 Thread Hein Meling
Hello Ceki, What is the status of the bug (32752) related to this (I see no additional comment or change to the bug report)? I hope that the signature will be reverted to that of log4j 1.2, so that usability can be preserved. Hein fre, 25,.02.2005 kl. 10.23 +, skrev Vinay Sajip: > Hello Ce

Re: MDC signature change in log4j v1.3

2005-02-25 Thread Vinay Sajip
Hello Ceki, > First, in log4j 1.3 you can attach properties to a logger repository > so that all components attached to that repository, such as loggers, > appenders, layouts, inherit those properties. However, the values of > these properties are of type String. When log4j 1.3 inter

Re: MDC signature change in log4j v1.3

2004-12-18 Thread Hein Meling
Hello Ceki, Thanks for being so forthcoming about this. I realize that there may be a certain overhead with this, but hopefully the benefits of this later rendering will outweigh its overhead penelty. If the overhead is significant, you may consider if you wish to support both the dynamic and st

Re: MDC signature change in log4j v1.3

2004-12-17 Thread Ceki Gülcü
Hello Hein, Thank you for your informative and precise message. The signature change in of the MDC.put and MDC.get messages in 1.3 has two, albeit partial, justifications. First, in log4j 1.3 you can attach properties to a logger repository so that all components attached to that reposito

MDC signature change in log4j v1.3

2004-12-17 Thread Hein Meling
Ciao, I've noticed that MDC.put(String, Object) has been deprecated and is being replaced by MDC.put(String, String) instead. At first, I didn't think of this as a problem other than calling the Object.toString() method instead. But, later I discovered that this is flawed, because the Object mig