Registry / logging / tools-logging

tools-logging

JSON →
library1.3.1javamavenunverified

Clojure logging API providing a unified interface to various logging frameworks.

<dependency> <groupId>org.clojure</groupId> <artifactId>tools.logging</artifactId> <version>1.3.1</version> </dependency>
INSTALL
IMPORT
SIG · TOOLS-LOGGING
T
tools-logging
loggingjavav1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

clojure.tools.logging
clojure.tools.logging

Log messages using Clojure Tools Logging.

(require '[clojure.tools.logging :as log]) (log/info "This is an info message") (log/error "This is an error message")
Debug
Known issues
gotchaRequires a logging implementation on the classpath (e.g., log4j, slf4j).
fix
Add a logging backend dependency like org.slf4j:slf4j-simple to your project.
affects: all
Upgrade
Version history
1.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Resources
tools-logging — mvn dependency:get tools-logging · libregistry