Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] Usage of the commons logging bundle.

Hi,

We want to use some Orbit bundles in our eclipse project (http://eclipse.org/smila) and in particular we need org.apache.commons.logging bundle. The problem is that this bundle just exports all commons logging packages (with Export-Package directive in the manifest file) but does nothing with logger implementations. Could you please clarify, if this bundle is intended to be used for logging or just for satisfying some dependencies? I don't see the way how it can be used for logging without importing logger implementation class or using Buddy-Policy in manifest.

Thanks,
Dmitry


Back to the top