Liking cljdoc? Tell your friends :D

taoensso.timbre.appenders.core

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.
raw docstring

console-?appendercljs

DEPRECATED

DEPRECATED
sourceraw docstring

console-appendercljs

(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
sourceraw docstring

println-appendercljs

(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>}.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close