aft/logging

A thin logging layer for use in clojurescript.

Leiningen/Boot

[aft/logging "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

aft/logging {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("aft:logging:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>aft</groupId>
  <artifactId>logging</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>