com.github.jimpil/flog

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

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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