pubnub/java

Use SLF4J or commons-logging for logging facade

Closed this issue · 4 comments

Would it be possible to use either SLF4J or commons-logging as a logging facade in the PubNub API?

Currently the logging is implemented with Log4j which makes it difficult to integrate with a project that uses, for example, SLF4J for it's own logging. (You end up having two logging frameworks configured)

Using either of those abstractions will allow logging implementations to be swopped out as desired by the project using the PubNub API and not be forced to configure Log4j.

hi @donovanmuller ! we can certainly look into this for you.

@donovanmuller We'll aim to have this available in May for you.

Awesome thanks
On Apr 24, 2013 8:06 PM, "Geremy Cohen" notifications@github.com wrote:

@donovanmuller https://github.com/donovanmuller We'll aim to have this
available in May for you.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-16953793
.

@donovanmuller Check out https://github.com/pubnub/java/tree/CL-5170912631195 and let us know if this addresses the issue for you.