I'm not super familiar with the java.util.logging but
java.util.logging.Handler is roughly equivalent to org.apache.log4j.Appender.
One option would be to create a custom Handler that repackages the
java.util.logging.LogRecord as a org.apache.log4j.LoggingEvent. This seems
like something that would be very useful in general.

Another option would be to investigate the Apache commons logging. Although
I'm not sure if that would really provide the functionality that you need.

On 10/23/07, David R Robison <[EMAIL PROTECTED]> wrote:
>
> We have an application that uses log4j as its logger. However, it uses a
> third-party library that uses java.util.logging. Is it possible to get
> the java.util.logging logger to log through log4j?
> Thanks, David Robison
>
> --
>
> David R Robison
> Open Roads Consulting, Inc.
> 708 S. Battlefield Blvd., Chesapeake, VA 23322
> phone: (757) 546-3401
> e-mail: [EMAIL PROTECTED]
> web: http://openroadsconsulting.com
> blog: http://therobe.blogspot.com
> book: http://www.xulonpress.com/book_detail.php?id=2579
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to