cvs commit: jakarta-log4j/src/java/org/apache/log4j Hierarchy.java

2002-12-11 Thread mwomack
mwomack 2002/12/11 21:20:22 Modified:src/java/org/apache/log4j Hierarchy.java Log: Switched listener lists from Vector to ArrayList to avoid some unneeded synchronization charges. Thread safety changes. Added synchronization for listener lists when adding/removing and copying wh

cvs commit: jakarta-log4j/src/java/org/apache/log4j Hierarchy.java

2002-11-21 Thread mwomack
mwomack 2002/11/21 20:51:39 Modified:src/java/org/apache/log4j Hierarchy.java Log: Updated to match changes in LoggerRepository interface. Implemented callbacks to LoggerRepositoryEventListener and LoggerEventListener instances.. Revision ChangesPath 1.41 +205 -26

cvs commit: jakarta-log4j/src/java/org/apache/log4j Hierarchy.java

2001-08-21 Thread pglezen
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 jaka

cvs commit: jakarta-log4j/src/java/org/apache/log4j Hierarchy.java Makefile

2001-07-20 Thread ceki
ceki01/07/20 09:03:41 Modified:src/java/org/apache/log4j Hierarchy.java Makefile Log: - Added new types of event firing methods to match changes in HiearchyEventListener. - Removed jmx subdir from Makefile Revision ChangesPath 1.20 +33 -5 jakarta-log4j/

cvs commit: jakarta-log4j/src/java/org/apache/log4j Hierarchy.java

2001-05-20 Thread pathos
pathos 01/05/20 04:01:14 Modified:src/java/org/apache/log4j Hierarchy.java Log: Documentation changes. Revision ChangesPath 1.15 +12 -12jakarta-log4j/src/java/org/apache/log4j/Hierarchy.java Index: Hierarchy.java =