Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halestudio/slf4j-plus
Advanced SLF4J logger adding some nice features and Eclipse RCP integration.
https://github.com/halestudio/slf4j-plus
Last synced: 2 months ago
JSON representation
Advanced SLF4J logger adding some nice features and Eclipse RCP integration.
- Host: GitHub
- URL: https://github.com/halestudio/slf4j-plus
- Owner: halestudio
- License: lgpl-3.0
- Created: 2012-12-23T09:58:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:22:12.000Z (3 months ago)
- Last Synced: 2024-10-25T15:45:32.397Z (3 months ago)
- Language: Java
- Homepage:
- Size: 115 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
SLF4J Plus
==========Advanced SLF4J logger adding some nice features and Eclipse RCP
integration.* Log transactions allow to group log messages emitted from a thread or its child threads between a start and end point
* Inside transactions create child transactions or arbitrary message groups
* Show log messages inside the Eclipse Error Log view - organized according to log transactions and groups
* Emit special log messages requesting the user's attention, w/o the need to introduce UI dependencies to your bundle
* Display these messages either through a dialog or a status item in an Eclipse RCP applicationPlease see the [Wiki](https://github.com/igd-geo/slf4j-plus/wiki) for
more details on features and how to use this library.License
-------This library has been released under the GNU Lesser General Public
License (LGPL) v3.0.