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
- Host: GitHub
- URL: https://github.com/marschall/equinox-jboss-logging
- Owner: marschall
- Created: 2019-09-13T07:03:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T19:39:33.000Z (10 months ago)
- Last Synced: 2025-01-16T02:44:46.552Z (5 months ago)
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JBoss Logging Equinox [](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/com.github.marschall.equinox-jboss-logging) [](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.