This is the first request I've heard for it, but I have
anticipated this myself.

I'll look into it during the LoggerRepository changes,
it is likely we will need to support both in the same
server VM.

>From what I've seen of JDK1.4beta it doesn't provide the
LoggerRepository technology of log4j. So there is no way
to separate JBoss and application configurations.
It does support Java2 security so it is possible
to stop rogue applications reconfiguring the logging.
But everyting has to share, a bit like how it is with
JBoss now.

It also only works on JDK1.4. So any support would have
to be provided as an optional patch.

Regards,
Adrian

>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: RE: [JBoss-user] Logging with JBoss ...
>Date: Tue, 22 Jan 2002 16:47:43 -0200
>
>What about the new java.util.logging.* APIs? We're using them and they look
>just like log4j. Have you heard of any plans JBOSS logging infrastructure
>moving to these APIs in the future?
>
>Rodrigo
>
>
>-----Original Message-----
>From: Peter Sojan [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, January 22, 2002 4:09 PM
>To: [EMAIL PROTECTED]
>Subject: Re: [JBoss-user] Logging with JBoss ...
>
>
>
>Thanks for your prompt answer!
>
>On Tue, Jan 22, 2002 at 05:51:29PM +0000, Adrian Brock wrote:
> > You are going to hit problems here.
>
>I already hit some ;-) Instead of tilting windmills I really should use
>the internal JBoss logging infrastructure. I hope there's a way to 
>configure
>logging priority to "debug" for my beans without getting flooded with JBoss
>debug messages at the same time.
>
> >
> > Nearly the same thing - will provide automatic upgrade to log4j 1.2
> > where Category has been deprecated.
> > import org.jboss.logging.Logger;
> > private static final Logger log = Logger.getLogger(myName);
> > But it is not portable to other servers.
> >
>not really a viable solution.
>
> > I am currently investigating the new
> > log4j LoggerRepositories for JBoss3 that will solve this problem.
>
>I�m looking forward to it!
>
>Thx
>Peter
>
>
>_______________________________________________
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to