Small veneer on top of logback. Originally based on the logging initialization in riemann. Now diverged quite a bit.
For configuration, a single public function is exposed: start-logging!
which
takes care of configuring logback, later logging is done through
standard facilities, such as clojure.tools.logging.
Two extension mechanism are provided to add support for more appenders and encoders,
see build-appender
and build-encoder
respectively
Small veneer on top of logback. Originally based on the logging initialization in riemann. Now diverged quite a bit. For configuration, a single public function is exposed: `start-logging!` which takes care of configuring logback, later logging is done through standard facilities, such as [clojure.tools.logging](https://github.com/clojure/tools.logging). Two extension mechanism are provided to add support for more appenders and encoders, see `build-appender` and `build-encoder` respectively
Provide a way to interact with Mapped Diagnostic Context
Provide a way to interact with Mapped Diagnostic Context
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close