(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!]].
(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]]
(fixed-properties-timbre-middleware hostname application)
(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
(reset-global-timbre-config! compare)
Reset logging config to default, if it equals compare
.
Reset logging config to default, if it equals `compare`.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close