Core Timbre appenders without any special dependency requirements. These can be aliased into the main Timbre ns for convenience.
Core Timbre appenders without any special dependency requirements. These can be aliased into the main Timbre ns for convenience.
(console-appender & [opts])
Returns a simple js/console appender for ClojureScript.
For accurate line numbers in Chrome, add these Blackbox[1] patterns:
/taoensso/timbre/appenders/core\.js$
/taoensso/timbre\.js$
/cljs/core\.js$
[1] Ref. https://goo.gl/ZejSvR
Returns a simple js/console appender for ClojureScript. For accurate line numbers in Chrome, add these Blackbox[1] patterns: `/taoensso/timbre/appenders/core\.js$` `/taoensso/timbre\.js$` `/cljs/core\.js$` [1] Ref. https://goo.gl/ZejSvR
(println-appender & [_opts])
Returns a simple println
appender for Clojure/Script.
Use with ClojureScript requires that cljs.core/*print-fn*
be set.
:stream (clj only) - e/o #{:auto :out :err :std-err :std-out <io-stream>}.
Returns a simple `println` appender for Clojure/Script. Use with ClojureScript requires that `cljs.core/*print-fn*` be set. :stream (clj only) - e/o #{:auto :*out* :*err* :std-err :std-out <io-stream>}.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close