Peter Donald wrote:

On Sat, 1 Mar 2003 15:27, Stephen McConnell wrote:


Stephen McConnell wrote:


Peter:

There was discussion on the subject of log listener related methods
prior to the release of logkit during which it was my understanding
that the add/remove listener was the preferred approach over a set
approach.



Not preferred by me. Mind numbingly stupid I thought but that is to be expected when the people who are "designing" the functionality don't even know what the use case is.



Mr. Donald,


Given that the consensus established with this forum was to processed with a add/remove even though this was not your preferred scenario (ignoring the implication of the mind numbing stupidity that apparent exists across this community), would you please consider this as my -1 on your change. Should you which to bring this up for discussion I will be more than willing to review this subject further and look forward to your justification for the non-existence of the "add/remove" use case.

Unfortunately, according to the policies and procedures we have established within Avalon, "mind numbingly stupid" opinions still count. Should you have any reservations pertaining to this issue, I can assure you that an add/remove case exists, and that the deprecation you have committed is in conflict with that use case. If my limited education servers me correctly, I am under the impressions that 1 remains a subset of n. As such, I can only assume that your use case is a subset of a larger and broader use case and therefore your requirements are not infringed.

Recevez, je vous prie, Monsieur, ma consid�ration distingu�e.

McConnell.





Pete:

Still waiting in anticipation for your reply.

Steve.



donaldp 2003/02/28 14:52:53

Modified:    src/java/org/apache/log Hierarchy.java
Log:
Deprecate insanity

Revision  Changes    Path
1.30      +2 -0
avalon-logkit/src/java/org/apache/log/Hierarchy.java

Index: Hierarchy.java
===================================================================
RCS file:
/home/cvs/avalon-logkit/src/java/org/apache/log/Hierarchy.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Hierarchy.java    26 Feb 2003 08:14:39 -0000    1.29
+++ Hierarchy.java    28 Feb 2003 22:52:53 -0000    1.30
@@ -202,6 +202,7 @@
      *
      * @throws UnsupportedOperationException if no more
LoggerListeners are
      *         permitted.
+     * @deprecated Deprecated and replaced by
setLoggerListener(loggerListener)
      */
     public synchronized void addLoggerListener( final
LoggerListener loggerListener )
     {
@@ -225,6 +226,7 @@
      * step before adding a new one if you want to change it.
      *
      * @param loggerListener the LoggerListener
+     * @deprecated Deprecated and replaced by setLoggerListener(null)
      */
     public synchronized void removeLoggerListener( final
LoggerListener loggerListener )
     {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to