Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/296391"

(Created page with "=EclipseLink Logger bridge over SLF4J= == Document History == {|{{BMTableStyle}} |-{{BMTHStyle}} ! Date ! Author ! Version Description & Notes |- | 20150730 | Tomas Kraus |...")
 
(Problem Statement)
Line 14: Line 14:
  
 
==Problem Statement==
 
==Problem Statement==
 +
EclipseLink is missing Simple Logging Facade for Java (SLF4J) API support. SLF4J logging frameworks became quite popular and
 +
 
==Design==
 
==Design==

Revision as of 04:40, 31 July 2015

EclipseLink Logger bridge over SLF4J

Document History

Date Author Version Description & Notes
20150730 Tomas Kraus 1.0 Initial draft started

Problem Statement

EclipseLink is missing Simple Logging Facade for Java (SLF4J) API support. SLF4J logging frameworks became quite popular and

Design

Back to the top