Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Logging facility

John Arthorne wrote:

I would guess Orbit is the best place to host log4j, and Equinox already has a bundle that implements the OSGi logging service. I haven't looked into the details, but it seems with these two bundles available you would just have to write a small piece of wiring to convert between log4j events and OSGi log events. Ideally your application code would just use the OSGi logging service without having any knowledge that log4j is doing the actual logging under the covers.

Excellent! That sounds like it's exactly what I want.

Thanks,
Thomas Hallgren



Back to the top