Bug 43820 - [PATCH] Layered Configurator Patch
Summary: [PATCH] Layered Configurator Patch
Status: NEW
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.2
Hardware: All other
: P3 enhancement
Target Milestone: ---
Assignee: log4j-dev
URL: http://tersesystems.com/post/9700076....
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 15:50 UTC by Will Sargent
Modified: 2007-11-09 09:41 UTC (History)
0 users



Attachments
SVN patch for layered-configurator code. (41.04 KB, patch)
2007-11-08 15:51 UTC, Will Sargent
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Will Sargent 2007-11-08 15:50:58 UTC
The following attached patch enables more than one configurator to be used on
initialization, and allows for some environment specific functionality through
substituting system properties.

This is a donation to the ASF.  The patch consists of two classes in the
org.apache.log4j.spi package and a smattering of unit tests.

Please apply this patch to the following subversion path:

http://svn.apache.org/repos/asf/logging/log4j/companions/extras/trunk
Comment 1 Will Sargent 2007-11-08 15:51:42 UTC
Created attachment 21098 [details]
SVN patch for layered-configurator code.
Comment 2 Will Sargent 2007-11-08 15:52:40 UTC
See the assigned URL for more information.
Comment 3 Will Sargent 2007-11-09 09:41:57 UTC
One improvement to the patch could be to use the pluggable property resolver
defined in bug 43619.