I've changed version control to use GIT. Subversion will not be used as of now.
Added support to StatusHandler to calculate the real plug-in id the class issuing a LogRecord belongs to.
This version only provides minor changes. A compiler errors was fixed and all the projects were updated to the latest Eclipse framework. The new version is available via the update-site: http://jpls.sourceforge.net/updates
The Java Platform Logging Support is now available at
This version fixes some problems with eclipse. That is an internal change within the eclipse platform of Eclipse 3.1M6, which has forced the older version to raise a NullPointerException when accessing plug-in resources. And the recommendation (comment #6) of Eclipse bug 88027 was incorporated.
The next release of the jpls plug-in may support the following features:
- Eclipse Preferences to configure the ConsoleHandler
- Eclipse Preferences to configure the logging system
- Updated ConsoleFactory API.
- Recognition of stack traces within the ConsoleView and
navigation to the according java source code
(like the stack trace view).
- Coloring of log files according to the ConsoleView
prefereneces
- Recognition of stack traces within an Editor showing a log file
and navigation to the according java source code.