com.github.seancorfield/logging4j2

A log4j2 alternative to clojure.tools.logging.

Leiningen/Boot

[com.github.seancorfield/logging4j2 "1.0.2"]

Clojure CLI/deps.edn

com.github.seancorfield/logging4j2 {:mvn/version "1.0.2"}

Gradle

implementation("com.github.seancorfield:logging4j2:1.0.2")

Maven

<dependency>
  <groupId>com.github.seancorfield</groupId>
  <artifactId>logging4j2</artifactId>
  <version>1.0.2</version>
</dependency>