Integrant multimethods for setting up a tools.logging logger for the Duct framework.
To install, add the following to your project :dependencies
:
[duct/logger.clojure "0.1.1"]
There are no configuration options for this. Just add the
:duct.logger/clojure
key to your configuration:
{:duct.logger/clojure {}}
When this configuration is initiated with integrant.core/init
, the
:duct.logger/timbre
key is replaced with an implementation of the
duct.logger/Logger
protocol. See the duct.logger library for how
to make use of this.
Copyright © 2020 James Reeves
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