org.spootnik/logconfig

easy logging setup

Leiningen/Boot

[org.spootnik/logconfig "0.7.3"]

Clojure CLI/deps.edn

org.spootnik/logconfig {:mvn/version "0.7.3"}

Gradle

implementation("org.spootnik:logconfig:0.7.3")

Maven

<dependency>
  <groupId>org.spootnik</groupId>
  <artifactId>logconfig</artifactId>
  <version>0.7.3</version>
</dependency>