Liking cljdoc? Tell your friends :D

cambium.core

Core module for the Cambium logging API.

Clojars coordinates

[cambium/cambium.core "0.9.3"]

Documentation

Cambium documentation: https://cambium-clojure.github.io/

Development

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 c05,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

License

Copyright © 2017-2019 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