Liking cljdoc? Tell your friends :D

active.clojure.logger.config.timbre


*context*clj

source

-log-event!clj

source

basic-timbre-configclj

source

configuration->timbre-configclj

(configuration->timbre-config timbre-subconfig)

Returns an object that can be fed to set-global-timbre-config!.

Returns an object that can be fed to
[[set-global-timbre-config!]].
sourceraw docstring

destroy-timbre-config!clj

(destroy-timbre-config! timbre-config)

Cleans up resources that might be held in result of make-timbre-config resp. [[configure-events-logging]]

Cleans up resources that might be held in result of [[make-timbre-config]] resp. [[configure-events-logging]]
sourceraw docstring

fixed-properties-timbre-middlewareclj

(fixed-properties-timbre-middleware hostname application)
source

log-events-command-config-settingclj

source

logstash-appenderclj

(logstash-appender host port & [opts])
source

make-timbre-configclj

(make-timbre-config cmap)
source

output-fnclj

(output-fn data)
(output-fn {:keys [no-stacktrace?] :as opts} data)

Timbre output function, adapted to our needs

Timbre output function, adapted to our needs
sourceraw docstring

pr-exception-stacktraceclj

(pr-exception-stacktrace err)
source

println-appenderclj

(println-appender & [opts])
source

reset-global-timbre-config!clj

(reset-global-timbre-config! compare)

Reset logging config to default, if it equals compare.

Reset logging config to default, if it equals `compare`.
sourceraw docstring

riemann-appenderclj

(riemann-appender & [opts])
source

rotor-appenderclj

(rotor-appender opts)
source

set-global-timbre-config!clj

(set-global-timbre-config! cmap)
source

set-global-timbre-config-from-map!clj

(set-global-timbre-config-from-map! cmap)
source

spit-appenderclj

(spit-appender opts)
source

timbre-appenders-settingclj

source

timbre-application-settingclj

source

timbre-config-sectionclj

source

timbre-default-configclj

source

timbre-default-min-levelclj

source

timbre-event->riemannclj

(timbre-event->riemann data)
source

timbre-hostname-settingclj

source

timbre-level-settingclj

source

timbre-middleware-settingclj

source

timbre-min-level-settingclj

source

timbre-ns-blacklist-settingclj

source

timbre-ns-whitelist-settingclj

source

timbre-spec->appenderclj

(timbre-spec->appender v)

Convert an EDN Timbre appender spec to an actual appender.

An appender spec is a list starting with one of {spit, rotor, logstash, println}, followed by keyword parameters corresponding to the respective appender.

Convert an EDN Timbre appender spec to an actual appender.

An appender spec is a list starting with one of `{spit, rotor, logstash, println}`,
followed by keyword parameters corresponding to the respective appender.
sourceraw docstring

timbre-timestamp-opts-settingclj

source

with-contextcljmacro

(with-context & args)
source

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

× close