mirage-sql / mirage

Mirage-SQL - the SQL Centric Database Access Library for Java
Apache License 2.0
59 stars 24 forks source link

Use SLF4J instead of java.util.logging! #29

Closed hansgru closed 7 years ago

hansgru commented 10 years ago

User SLF4J instead of java.util.logging to allow the users to user whatever logger they need in the project, and not be forced to use more than one.

werne commented 9 years ago

+1 slf4j with Logback seems the fastest existing solution so far.

aadrian commented 9 years ago

+1 for logback