Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.05 KB

Duct logger.clojure

Build Status

Integrant multimethods for setting up a tools.logging logger for the Duct framework.

Installation

To install, add the following to your project :dependencies:

[duct/logger.clojure "0.1.1"]

Usage

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.

License

Copyright © 2020 James Reeves

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