Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Logging: replace required Commons Logging with optional SLF4J (fallback to java util logging) #25

Merged
merged 2 commits into from Apr 9, 2013

Conversation

davidmc24
Copy link
Contributor

This patch was inspired by @spmiller's work on a pluggable logging interface. This patch caters to two main audiences: those two don't want any extraneous dependencies (by removing the need for commons logging) and those who want to be able to redirect and/or suppress logging via standard logging configuration (when SLF4J and a binding are provided).

#16

…g back to Java Util logging

This patch was inspired by @spmiller's work on a pluggable logging interface.  This patch caters to
two main audiences: those two don't want any extraneous dependencies (by removing the need for
commons logging) and those who want to be able to redirect and/or suppress logging via standard
logging configuration (when SLF4J and a binding are provided).

#16
@cpopov
Copy link
Collaborator

cpopov commented Apr 9, 2013

That's a lot of extra lines of code. I hate many lines of code :-) bu if it might make people happy, I am merging it.

cpopov added a commit that referenced this pull request Apr 9, 2013
Logging: replace required Commons Logging with optional SLF4J (fallback to java util logging)
@cpopov cpopov merged commit 1a958d0 into marceloverdijk:master Apr 9, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants