com.github.jimpil/flog

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

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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