> 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
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
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