An open API service indexing awesome lists of open source software.

https://github.com/marschall/equinox-jboss-logging

a JBoss Logging implementation using the Equinox ExtendedLogService
https://github.com/marschall/equinox-jboss-logging

Last synced: 3 months ago
JSON representation

a JBoss Logging implementation using the Equinox ExtendedLogService

Awesome Lists containing this project

README

        

JBoss Logging Equinox [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/com.github.marschall.equinox-jboss-logging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/com.github.marschall.equinox-jboss-logging) [![Javadocs](https://www.javadoc.io/badge/com.github.marschall/com.github.marschall.equinox-jboss-logging.svg)](https://www.javadoc.io/doc/com.github.marschall/com.github.marschall.equinox-jboss-logging)
=====================

This is an implementation of JBoss Logging using the [Equinox](https://www.eclipse.org/equinox/) [ExtendedLogService](https://bugs.eclipse.org/bugs/show_bug.cgi?id=260672).

In plain words it makes all code that uses JBoss Logging log to the Equinox `.metadata/.log` log file. It does this by redirecting all the log messages to the Equinox `ExtendedLogService`. This is mostly interesting for code that runs inside Eclipse RCP applications. This does _not_ make Equinox use JBoss Logging.