Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] log4j and commons-logging

The commons logging bundle in Orbit does not automatically provide the log4j import.
If you want to take control and have all logging go through log4j then you can create a fragment for the commons logging bundle that explicitly adds the import.

HTH
-Simon

equinox-dev-bounces@xxxxxxxxxxx wrote on 05/26/2008 02:54:01 PM:

> Hi Devs,
>
> My plugin directory contain the commons-logging bundle from Orbit
> project. My logger impl needs to be comming from log4j. log4j bundle
> is available in the plugin dir too and I also copied this from Orbit
> project. I have created a Fragment-host bundle to attach log4j.
> properties file to log4j bundle. Though log4j bundle is available,
> commons-logging bundle wouldn't pick that and fallback to default
> impl. Am I doing something wrong here.
>
> Thank you!
>
> Saminda
> --
> Saminda Abeyruwan
>
> Senior Software Engineer
> WSO2 Inc. - www.wso2.org _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top