pglezen 01/08/21 09:06:06
Modified:src/java/org/apache/log4j Hierarchy.java
Log:
Added some javadoc comments to clarify some recent changes to
the following methods:
enable(Priority)
getEnable()
isDisabled(int)
Revision ChangesPath
1.25 +9 -3
pglezen 01/06/25 00:06:26
Modified:src/java/org/apache/log4j/examples/appserver
AppServerCategory.java
AppServerCategoryFactory.java package.html
Log:
AppServerCategory.java - Fixed a bug resulting from a mix-up in the
execution
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
pglezen 01/06/23 01:49:22
Modified:src/java/org/apache/log4j Category.java
Log:
PR: 1987
Paul Houghton pointed out that the FQCN comment should not be instructing
Category subclass developers to "override" the FQCN field; especially
since they can't (the f
pglezen 01/06/23 01:37:06
Modified:src/java/org/apache/log4j PropertyConfigurator.java
Log:
Removed some internal comments from the configureCategoryFactory
method that no longer apply. Category factories are expected to
register themselves with their Category subclass
pglezen 01/06/04 21:41:00
Modified:src/java/org/apache/log4j/examples/appserver
AppServerCategoryFactory.java package.html
Log:
1. AppServerCategoryFactory - ctor changed to automatically
install itself as the default factory for use by the
pglezen 01/06/04 10:35:42
Modified:src/java/org/apache/log4j PropertyConfigurator.java
Log:
Assignment of configured factory to hierarchy in
configureCategoryFactory removed pending further
review.
Revision ChangesPath
1.27 +5 -1
jakarta-log4j/src/java
pglezen 01/06/03 23:20:57
Modified:src/java/org/apache/log4j PropertyConfigurator.java
Hierarchy.java
Log:
1. PropertyConfigurator - Added a few lines to
configureCategoryFactory to take advantage of the
PropertySetter class.
2. Hierarchy
pglezen 01/06/03 23:15:22
Modified:src/java/org/apache/log4j/examples/appserver
AppServerCategory.java
AppServerCategoryFactory.java package.html
Removed: src/java/org/apache/log4j/examples/appserver
pglezen 01/05/31 23:00:20
Modified:src/java/org/apache/log4j/examples/appserver
AppServerCategory.java package.html
Added: src/java/org/apache/log4j/examples/appserver
AppServerPropConfigurator.java
Log:
1. Added static
pglezen 01/05/31 09:55:26
Modified:src/java/org/apache/log4j PropertyConfigurator.java
Log:
1. Added some javadoc comments to the configureCategoryFactory
method.
2. Made the CATEGORY_FACTORY_KEY a public constant.
Revision ChangesPath
1.25 +15 -1
pglezen 01/05/30 22:23:26
Modified:src/java/org/apache/log4j PropertyConfigurator.java
Log:
1. Change accessibility of configureCategoryFactory from package to protected.
2. Fixed a javadoc link to the Filter class.
Revision ChangesPath
1.24 +2 -2
jakarta
pglezen 01/04/15 00:48:19
Modified:docs TROUBLESHOOT.html
Log:
Added new entry regarding class not found/defined for multiple classloader
environments.
Revision ChangesPath
1.5 +53 -1 jakarta-log4j/docs/TROUBLESHOOT.html
Index: TROUBLESHOOT.html
pglezen 01/04/15 00:46:31
Modified:docs FAQ.html
Log:
Added two entries:
- Many processes to one log file
- Timestamps
Corrected some links broken due to the restructuring of API docs from
"javadoc" to "api" subdirectories.
Revision C
14 matches
Mail list logo