Liking cljdoc? Tell your friends :D
Clojure only.

taoensso.timbre.appenders.community.congomongo

MongoDB appender. Requires https://github.com/aboekhoff/congomongo.

MongoDB appender. Requires https://github.com/aboekhoff/congomongo.
raw docstring

congomongo-appenderclj

(congomongo-appender config)

Returns a congomongo MongoDB appender. (congomongo-appender {:db "logs" :collection "myapp" :write-concern :acknowledged :server {:host "127.0.0.1" :port 27017}})

Returns a congomongo MongoDB appender.
(congomongo-appender
  {:db "logs"
   :collection "myapp"
   :write-concern :acknowledged
   :server {:host "127.0.0.1"
   :port 27017}})
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close