kamranzafar / JCL

Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.
http://kamranzafar.github.com/
579 stars 161 forks source link

Migrated Project to SLF4J Logging #35

Closed Promichel closed 7 years ago

Promichel commented 9 years ago

Hey there!

I migrated the whole project to use SLF4J instead of the default Java Logger. I needed this for my own usage in bigger projects. Even if you are not interested in merging this into your codebase, I'll leave this PR here for other people. Maybe someone else also need to use some different Logging Framework.

Thanks for the library btw :) I love working with it. :+1:

PhantomYdn commented 7 years ago

Thanks! It's exactly what's needed. Hope that this PR will be finally merged to JCL.