users@glassfish.java.net

Re: Custom Log Monitoring

From: Paul <paul_at_nosphere.org>
Date: Thu, 10 Jul 2008 11:59:21 +0200

Le Thursday 10 July 2008 11:56:15 glassfish_at_javadesktop.org, vous avez écrit :
> hi paul,
>
> will using a custom log handler replace the default behaviour of logging or
> will this be just used additionally to the default one?

It will replace the default behavior, you will have to take that into account
when implementing your LogHandler / LogFilter.

> and do you have a simple sample for doing this?

Not that I'm able to share ... and our implementation is not simple at all
(plus, not written by me).

You will have to dig into the java.util.logging documentation.

Paul