Re: A new thread for log4j 2.0 discussion (Was Re: svn commit: r943816 [1/9] - in /logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers: ./ log4j12-api/ log4j12-api/src/ log4j12-api/src/main/ log4j12

2010-05-23 Thread Ralph Goers
On May 22, 2010, at 8:13 PM, Curt Arnold wrote: On May 22, 2010, at 10:50 AM, Ralph Goers wrote: Also, I have had an issue where the I wanted the toString() method on the object to be logged to be delayed as much as possible (somewhat helped with the {}-construct in slf4j). This

DO NOT REPLY [Bug 49329] New: Smart and compact formatting of package/class names.

2010-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49329 Summary: Smart and compact formatting of package/class names. Product: Log4j Version: 1.2 Platform: PC OS/Version: Windows Vista Status: NEW Severity: normal

DO NOT REPLY [Bug 49329] Smart and compact formatting of package/class names.

2010-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49329 --- Comment #1 from Ralph Goers ralph.go...@dslextreme.com 2010-05-23 14:47:02 EDT --- Code to do this is in my Log4j 2.0 experimental branch. However, the code that does it was part of enhancements to the PatternLayout that Curt Arnold

[jira] Commented: (LOG4J2-12) log4j 2.0 should provide an API that is generally source compatible with log4j 1.2

2010-05-23 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12870445#action_12870445 ] Ralph Goers commented on LOG4J2-12: --- My experimental branch provides compatibility with

Re: A new thread for log4j 2.0 discussion (Was Re: svn commit: r943816 [1/9] - in /logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers: ./ log4j12-api/ log4j12-api/src/ log4j12-api/src/main/ log4j12

2010-05-23 Thread Curt Arnold
On May 23, 2010, at 2:27 AM, Ralph Goers wrote: On May 22, 2010, at 8:13 PM, Curt Arnold wrote: On May 22, 2010, at 10:50 AM, Ralph Goers wrote: Also, I have had an issue where the I wanted the toString() method on the object to be logged to be delayed as much as possible

log4j 2.0 code review process

2010-05-23 Thread Curt Arnold
I'm prepping to start diving into the recent code drop and trying to figure out how to do so in an effective way. I was thinking maybe the best way to approach it would be to use annotations or javadoc to make comments on the classes or methods. This fairly old article