org.spootnik/logconfig

easy logging setup

Leiningen/Boot

[org.spootnik/logconfig "0.7.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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