Re: Not fully researched DateFormat issue that might have an impact on current POLL

2004-11-09 Thread Curt Arnold
On Nov 9, 2004, at 10:35 AM, Ceki Gülcü wrote: Hello Curt, At first I had trouble understanding some of the constructions in CachedDateFormat but I am starting to get the hang of it. I particularly like the idea of being able to dynamically detect the placement of the mill

cvs commit: logging-log4j build.xml

2004-11-09 Thread ceki
ceki2004/11/09 10:49:16 Modified:.build.xml Log: We don't want massive and automatic jalopy indentation of the code Revision ChangesPath 1.115 +0 -21 logging-log4j/build.xml Index: build.xml ==

cvs commit: logging-log4j build.xml .cvsignore

2004-11-09 Thread ceki
ceki2004/11/09 10:46:48 Modified:.build.xml .cvsignore Log: Given the important new printing methods in Logger, bumping up the version number to 1.3aplha-1 Revision ChangesPath 1.114 +1 -1 logging-log4j/build.xml Index: build.xml =

cvs commit: logging-log4j/tests/src/java/org/apache/log4j/performance LoggingLoop.java

2004-11-09 Thread ceki
ceki2004/11/09 10:38:40 Modified:tests/src/java/org/apache/log4j/performance LoggingLoop.java Log: The LoggingLoop test now forces garbage collection before each test. Revision ChangesPath 1.2 +26 -16 logging-log4j/tests/src/java/org/apache/log4j/performance

cvs commit: logging-log4j/tests/input/performance null-appender-info.xml null-appender.xml

2004-11-09 Thread ceki
ceki2004/11/09 10:36:06 Modified:tests/input/performance null-appender.xml Added: tests/input/performance null-appender-info.xml Log: - Clean up of null-appender.xml - new config file null-appender-info.xml Revision ChangesPath 1.3 +0 -7 logging-l

cvs commit: logging-log4j/tests build.xml

2004-11-09 Thread ceki
ceki2004/11/09 10:33:52 Modified:testsbuild.xml Log: Added a new MessageFormatter test Revision ChangesPath 1.65 +11 -1 logging-log4j/tests/build.xml Index: build.xml === RCS file: /

cvs commit: logging-log4j/tests performance.xml

2004-11-09 Thread ceki
ceki2004/11/09 10:26:40 Modified:testsperformance.xml Log: Added new test targets. These perform logging loops where logging is disabled. Revision ChangesPath 1.3 +16 -2 logging-log4j/tests/performance.xml Index: performance.xml

cvs commit: logging-log4j/src/java/org/apache/log4j/helpers QuietWriter.java

2004-11-09 Thread ceki
ceki2004/11/09 10:23:26 Modified:src/java/org/apache/log4j/helpers QuietWriter.java Log: Indentation changes only. Revision ChangesPath 1.4 +41 -33 logging-log4j/src/java/org/apache/log4j/helpers/QuietWriter.java Index: QuietWriter.java ==

Re: Not fully researched DateFormat issue that might have an impact on current POLL

2004-11-09 Thread Ceki Gülcü
Hello Curt, At first I had trouble understanding some of the constructions in CachedDateFormat but I am starting to get the hang of it. I particularly like the idea of being able to dynamically detect the placement of the millisecond field and adapt the cache acc

cvs commit: logging-log4j/docs/css eventTable-1.0.css

2004-11-09 Thread ceki
ceki2004/11/09 04:33:41 Modified:docs/css eventTable-1.0.css Log: It is better to have the logger field to show smaller. Revision ChangesPath 1.3 +1 -0 logging-log4j/docs/css/eventTable-1.0.css Index: eventTable-1.0.css ==

Re: close() an Appender vs shutdown() a Receiver

2004-11-09 Thread Ceki Gülcü
Hello Mark, I also prefer close() instead of shutdown(). Anyway, there were a number of simplifications to the Plugin and PluginRegistry code earlier this year. Otherwise, the code has remained the same since last year. At 07:59 AM 11/9/2004, Mark Womack wrote: Andy, The api for the Receiver is

cvs commit: logging-log4j/docs HISTORY

2004-11-09 Thread ceki
ceki2004/11/09 03:38:23 Modified:docs HISTORY Log: - Added blurb about the Appender.requiresLayout method no longer being needed. Revision ChangesPath 1.119 +10 -0 logging-log4j/docs/HISTORY Index: HISTORY ===

cvs commit: logging-log4j/src/java/org/apache/log4j AsyncAppender.java Appender.java

2004-11-09 Thread ceki
ceki2004/11/09 03:30:01 Modified:src/java/org/apache/log4j AsyncAppender.java Appender.java Log: - The Appender.requiresLayout method is no longer needed. This method was only used by PropertConfigrurator and not DOMConfigurator nor JoranConfigurator. It was never stri

cvs commit: logging-log4j/src/java/org/apache/log4j PropertyConfigurator.java

2004-11-09 Thread ceki
ceki2004/11/09 03:26:41 Modified:src/java/org/apache/log4j PropertyConfigurator.java Log: - The Appender.requiresLayout method is no longer needed. This method was only used by PropertConfigrurator and not DOMConfigurator nor JoranConfigurator. It was never strictly ne

cvs commit: logging-log4j/src/java/org/apache/log4j AsyncAppender.java

2004-11-09 Thread ceki
ceki2004/11/09 02:30:02 Modified:src/java/org/apache/log4j AsyncAppender.java Log: AsyncAppender will correctly output messages with an associated ObjectRenderer even in case the message changes. Revision ChangesPath 1.37 +4 -0 logging-log4j/src/java/org/a