Skip to content

A commons-logging implementation using the Equinox ExtendedLogService

Notifications You must be signed in to change notification settings

marschall/jcl-equinox

Repository files navigation

JCL Equinox Maven Central Javadocs

This is an implementation of Apache Commons Logging using the Equinox ExtendedLogService.

Implementation Notes

The implementation is a fragment of the org.apache.commons.logging bundle with a commons-logging.properties setting the implementation of the LogFactory.

Building

If you want to build this project then you need Maven 3 and add the following section to your settings.xml

<profile>
  <id>eclipse</id>
  <activation>
    <activeByDefault>false</activeByDefault>
  </activation>
  <repositories>
    <repository>
      <id>photon</id>
      <layout>p2</layout>
      <url>https://download.eclipse.org/eclipse/updates/4.28/</url>
    </repository>
  </repositories>
</profile>

About

A commons-logging implementation using the Equinox ExtendedLogService

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages