Liking cljdoc? Tell your friends :D

a-frame.log.timbre


add-middlewareclj/s

(add-middleware middleware f)
source

add-thread-name-middlewareclj/s

(add-thread-name-middleware data)

Adds :thread-name entry

Adds :thread-name entry
sourceraw docstring

assoc-output-fnclj/s

(assoc-output-fn timbre-config
                 {no-colors-in-logs? :no-colors-in-logs? :as opts})

put one of the predefinedd output-fns into the :println appender

put one of the predefinedd output-fns into the :println appender
sourceraw docstring

color-output-fnclj/s

(color-output-fn data)
(color-output-fn opts data)

Default (fn [data]) -> string output fn. Use(partial color-output-fn <opts-map>) to modify default opts.

Default (fn [data]) -> string output fn.
Use`(partial color-output-fn <opts-map>)` to modify default opts.
sourceraw docstring

configure-timbreclj/s

(configure-timbre)
(configure-timbre opts)

configures timbre with a custom output-fn for the println appender, which prints any context object

configures timbre with a custom output-fn for the println appender,
which prints any context object
sourceraw docstring

output-contextclj/s

(output-context context)
source

plain-output-fnclj/s

(plain-output-fn data)
(plain-output-fn opts data)

Default (fn [data]) -> string output fn. Use(partial default-output-fn <opts-map>) to modify default opts.

Default (fn [data]) -> string output fn.
Use`(partial default-output-fn <opts-map>)` to modify default opts.
sourceraw docstring

timbre-configclj/s

(timbre-config opts)
source

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

× close