Skip to content

duct-framework/logger.clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published