Core module for the Cambium logging API.
[cambium/cambium.core "1.1.1"]
Cambium documentation: https://cambium-clojure.github.io/
Running tests requires few Leiningen profiles (see project.clj
for available ones):
$ lein do clean, with-profile <clojure-version>,<slf4j-impl>[,<other-profile>..] test
Examples:
$ lein do clean, with-profile c06,logback test
$ lein do clean, with-profile c07,log4j2 test
Running tests across all supported Clojure versions:
$ lein do clean, test-all-logback
$ lein do clean, test-all-log4j12
$ lein do clean, test-all-log4j2
Copyright © 2017-2021 Shantanu Kumar
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close