You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 95 moved from a Google Code project.
Added by 2010-08-12T03:46:19.000Z by antony.s...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (WontFix).
Original labels: Type-Enhancement, Priority-Low
Original description
http://en.wikipedia.org/wiki/SLF4J
Simple Logging Facade for Java (SLF4J) provides a Java logging API by
means of a simple facade pattern. The underlying logging backend is
determined at deployment time and includes java.util.logging, log4j
and logback.
The separation of the client API from the logging backend reduces the
coupling between an application and any particular logging framework.
This can make it easier to integrate with existing or third-party code
or to deliver code into other projects that have already made a choice
of logging backend.
http://www.slf4j.org/faq.html#when
http://www.slf4j.org/faq.html#yet_another_facade
http://www.slf4j.org/faq.html#why_new_project
As discussed in this thread:
http://groups.google.com/group/orient-database/browse_thread/thread/44ad4b6e3aa61240/6e2fc205c75b8541
Implemented on the github fork as Change-Id: If9cd4d03bc3414a26c52e7f258e5476f4f24d2ce
Currently commit: http://github.com/astubbs/orient/commit/e24ff778b4b0deb0b07da026a3b025c3c1590293
The text was updated successfully, but these errors were encountered:
This is Issue 95 moved from a Google Code project.
Added by 2010-08-12T03:46:19.000Z by antony.s...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (WontFix).
Original labels: Type-Enhancement, Priority-Low
Original description
The text was updated successfully, but these errors were encountered: