Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 765 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 765 Bytes

A Clojure library designed to log Timbre messages to Amazon SQS.

Installation

Boot:

Add the following to build.boot:

[com.hendrick/timbre.sqs "0.4.0"]

Leiningen:

Add the following to project.clj:

[com.hendrick/timbre.sqs "0.4.0"]

Usage

(require '[com.hendrick/timbre-sqs :refer [sqs-appender]])
(timbre/set-config! {:level :debug :appenders {:sqs-appender (sqs-appender {:queue-name "test" :application-name "uber but for dolphins"})}})
(timbre/info "A test message")

License

Copyright © 2016 Hendrick Automotive Group

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