hotlog

Some niceties on top of slf4j and logback

Leiningen/Boot

[hotlog "0.1.2-SNAPSHOT"]

Clojure CLI/deps.edn

hotlog/hotlog {:mvn/version "0.1.2-SNAPSHOT"}

Gradle

implementation("hotlog:hotlog:0.1.2-SNAPSHOT")

Maven

<dependency>
  <groupId>hotlog</groupId>
  <artifactId>hotlog</artifactId>
  <version>0.1.2-SNAPSHOT</version>
</dependency>