taoensso / timbre

Pure Clojure/Script logging library
https://www.taoensso.com/timbre
Eclipse Public License 1.0
1.44k stars 171 forks source link

ClojureScript spit-appender #308

Closed mavines closed 3 years ago

mavines commented 4 years ago

I've modified spit-appender to work in ClojureScript on Node. It adds a dependency on cljs-node-io and won't work in the browser. Would it be better to add this to core.cljx or as a third-party appender (or not at all)?

ptaoussanis commented 3 years ago

Hi @mavines - PR welcome to add as 3rd party appender, thanks!

josephwinston commented 3 years ago

@mavines would it be possible to share the repo or the patch as I have a need for the spit-appender in ClojureScript?

ptaoussanis commented 3 years ago

Merged, thanks!