ceki2003/09/02 11:52:35
Modified:src/java/org/apache/log4j/xml DOMConfigurator.java
Log:
Small typo correction in DOMConfigurator
Revision ChangesPath
1.57 +1 -1 jakarta-log4j/src/java/org/apache/log4j/xml/DOMConfigurator.java
Index: DOMConfigurator.
ceki2003/06/03 11:44:18
Modified:src/java/org/apache/log4j/xml DOMConfigurator.java
Log:
Reformatted with Jalopy. No other changes.
Revision ChangesPath
1.56 +472 -379 jakarta-log4j/src/java/org/apache/log4j/xml/DOMConfigurator.java
Index: DOMConfigurator.j
Forgot to comment the commit. The relevant part is included below:
At 14:24 19.02.2003 +, you wrote:
docBuilder.setEntityResolver(new Log4jEntityResolver());
+ // we change the system ID to a valid URI so that Crimson won't
+ // complain. Indeed, "log4j.dtd" alone is not a vali
ceki2003/02/19 06:29:40
Modified:src/java/org/apache/log4j/xml Tag: v1_2-branch
DOMConfigurator.java
Log:
Forgot to include comments in the previous commit.
Artifically changing the system id from "log4j.dtd" to "dummy://log4j.dtd" and
setting an en
ceki2003/02/19 06:24:06
Modified:src/java/org/apache/log4j/jdbc Tag: v1_2-branch
JDBCAppender.java
src/java/org/apache/log4j/xml Tag: v1_2-branch
DOMConfigurator.java
Log:
Revision ChangesPath
No
mwomack 2002/12/10 23:26:47
Modified:src/java/org/apache/log4j/xml DOMConfigurator.java
Log:
Reference plugin related classes in new o.a.log4j.plugins package.
Revision ChangesPath
1.53 +2 -0 jakarta-log4j/src/java/org/apache/log4j/xml/DOMConfigurator.java
mwomack 2002/12/09 23:01:21
Modified:src/java/org/apache/log4j/xml DOMConfigurator.java
Log:
Added code to parse plugin elements and start the resulting plugin object.
Added code to fire a configuration changed event on the repository being configured.
Revision ChangesPat
ceki2002/10/16 06:48:31
Modified:src/java/org/apache/log4j/xml DOMConfigurator.java
Log:
Added support for configuring nested elements automatically by
implicit rules. This means that DOMConfigurator can now deal with
components which have special nested components, such as
Jeff,
Thanks for catching it.
At 19:50 17.11.2001 +1100, you wrote:
>On Sat, Nov 17, 2001 at 01:04:22AM -, [EMAIL PROTECTED] wrote:
>> First incomplete implementation of FallbackErrorHandler. This required some
>> changes to the ErrorHandler interface.
>[..]
>> + /**
>> + Add
On Sat, Nov 17, 2001 at 01:04:22AM -, [EMAIL PROTECTED] wrote:
> First incomplete implementation of FallbackErrorHandler. This required some
> changes to the ErrorHandler interface.
[..]
> + /**
> + Add a reference to a logger to which the failing appender might
> + be attac
ceki01/08/14 11:39:12
Modified:docs HISTORY
src/java/org/apache/log4j/xml DOMConfigurator.java
Log:
Enclosed is a modified version of DOMConfigurator.java, based on the current
CVS version 1.27. This modified version supports java.io.Reader objects in
the
ceki01/08/06 13:21:02
Modified:src/java/org/apache/log4j BasicConfigurator.java
src/java/org/apache/log4j/helpers Loader.java Makefile
OptionConverter.java
src/java/org/apache/log4j/spi LocationInfo.java
L
pglezen 01/06/24 23:58:10
Modified:src/java/org/apache/log4j/xml DOMConfigurator.java log4j.dtd
Log:
Added ability to configure a category factory with XML. This involved
the following changes to DOMConfigurator.java
1. Added parseCategoryFactory method
2. Invoke method from p
cstaylor01/06/20 00:59:57
Modified:src/java/org/apache/log4j BasicConfigurator.java
src/java/org/apache/log4j/helpers OptionConverter.java
src/java/org/apache/log4j/spi LocationInfo.java
LoggingEvent.java
src/java/org/
ceki01/05/20 06:21:59
Modified:src/java/org/apache/log4j PatternLayout.java
PropertyConfigurator.java
src/java/org/apache/log4j/test Makefile pattern
src/java/org/apache/log4j/xml DOMConfigurator.java
Added: src/java/org/
ceki01/05/09 13:14:11
Modified:buildbuild.xml
docs contactUs.html download.html
src/java/org/apache/log4j/xml DOMConfigurator.java
Log:
Doc changes.
Revision ChangesPath
1.30 +1 -1 jakarta-log4j/build/build.xml
Ind
ceki01/04/19 07:39:49
Modified:src/java/org/apache/log4j/xml DOMConfigurator.java
Log:
Change the URL search to log4j.dtd to
this.getClassLoader().getResource("/org/apache/log4j/xml/log4j.dtd")
from
DOMConfigurator.class.getResource("log4j.dtd")
The resason for this s
17 matches
Mail list logo