com.github.jimpil/flog

Structured-logging facilities geared towards Clojure maps (backed by Log4j2/3).

Leiningen/Boot

[com.github.jimpil/flog "0.3.7"]

Clojure CLI/deps.edn

com.github.jimpil/flog {:mvn/version "0.3.7"}

Gradle

implementation("com.github.jimpil:flog:0.3.7")

Maven

<dependency>
  <groupId>com.github.jimpil</groupId>
  <artifactId>flog</artifactId>
  <version>0.3.7</version>
</dependency>