Skip to content

cambium-clojure/cambium.core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cambium.core

Core module for the Cambium logging API.

Clojars coordinates

[cambium/cambium.core "1.1.1"]

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

License

Copyright © 2017-2021 Shantanu Kumar

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.