Re: MDC is not working with AsyncAppender

2002-01-16 Thread Claudio Corsi
> From: [EMAIL PROTECTED] > > MDC seems to work inproperly with AsyncAppender. > > I have a custom appender that reads some entries from the MDC, and writes > them to a database. If I use it with the AsyncAppender, the MDC information > is sometimes wrong. > > The problems seems to be that Logg

Re: Method Deprecation

2001-06-19 Thread Claudio Corsi
Paul, All you need to do is add the "@deprecated" to the method or class javadoc. It is also recommend to include a "@see" tag to reference the method or class that should be now called or replaced with. --Claudio > From: "Paul Glezen" <[EMAIL PROTECTED]> > Date: Tue, 19 Jun 2001 07:18:01 -070

Re: Log4J and JBuilder 4

2001-04-25 Thread Claudio Corsi
Andy, It seems that JBuilder 4 allows you to add you libraries from within the project. Look at this link http://www.borland.com/techpubs/jbuilder/jbuilder4/pg/project.html#required_libraries --Claudio > From: "Andrew Taylor" <[EMAIL PROTECTED]> > Date: Tue, 24 Apr 2001 10:44:06 -0600 > > He