Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt SLF4J for Logging [moved] #95

Closed
lvca opened this issue Dec 10, 2012 · 0 comments
Closed

Adopt SLF4J for Logging [moved] #95

lvca opened this issue Dec 10, 2012 · 0 comments

Comments

@lvca
Copy link
Member

lvca commented Dec 10, 2012

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant