Hey so what is the story on teh deprecation of the Logger,

I see that you mention it in the source but I can't see that it is totally
done yet,

are you working on removing the references to the old Logger is that what
you are doing?

also in the new Log4J you register on the Logger, listening for events...

let me know what is the status.

marcf

|-----Original Message-----
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of
|[EMAIL PROTECTED]
|Sent: Wednesday, June 20, 2001 12:03 AM
|To: [EMAIL PROTECTED]
|Subject: [JBoss-dev] CVS update: jboss/src/main/org/jboss/logging
|FileLogging.java
|
|
|  User: starksm
|  Date: 01/06/19 21:03:26
|
|  Modified:    src/main/org/jboss/logging FileLogging.java
|  Log:
|  deprecate this class in favor of the log4j api
|
|  Revision  Changes    Path
|  1.14      +2 -1      jboss/src/main/org/jboss/logging/FileLogging.java
|
|  Index: FileLogging.java
|  ===================================================================
|  RCS file:
|/cvsroot/jboss/jboss/src/main/org/jboss/logging/FileLogging.java,v
|  retrieving revision 1.13
|  retrieving revision 1.14
|  diff -u -r1.13 -r1.14
|  --- FileLogging.java 2001/06/18 20:01:26     1.13
|  +++ FileLogging.java 2001/06/20 04:03:25     1.14
|  @@ -22,7 +22,8 @@
|    *
|    *   @see <related>
|    *   @author <a href="mailto:[EMAIL PROTECTED]";>Rickard �berg</a>
|  - *   @version $Revision: 1.13 $
|  + *   @deprecated Use the log4j api instead
|  + *   @version $Revision: 1.14 $
|    */
|   public class FileLogging
|      implements FileLoggingMBean, NotificationListener, MBeanRegistration
|
|
|
|
|_______________________________________________
|Jboss-development mailing list
|[EMAIL PROTECTED]
|http://lists.sourceforge.net/lists/listinfo/jboss-development



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to