ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

use com.typesafe.scala-logging instead of using slf4j directly #95

Closed barend closed 4 years ago

barend commented 4 years ago

This gives us implicit "isLevelEnabled" checks around everything and a convenient helper trait.

Prefer merging #91 and #94 before this one. Any merge conflicts that may arise will be easier to solve on this end.