This project uses Break Versioning.
v1.0.0-beta18
(2024-08-19)Dep/s: Telemere and Telemere SLF4J provider are on Clojars.
Versioning: Telemere uses Break Versioning.
This is a pre-release intended for early adopters and those who'd like to give feedback. New betas will be released frequently, while I continue to fix issues and make other improvements/additions.
The included handlers and utils are still undergoing changes, though the signal creator and signal content APIs should already be mostly stable.
Please report any unexpected problems on GitHub or the Slack channel, thank you! 🙏
Latest (beta 18):
--
Earlier:
*auto-stop-handlers?*
var (beta 15):needs-stopping?
handler dispatch opt (beta 15)stop-handlers!
(beta 15)tools.logging
signals now have a custom :kind
and no :id
(beta 14)get-min-level
-> get-min-levels
(beta 13)shut-down-handlers!
-> stop-handlers!
(beta 13):dropping
to :blocking
(eaiser for most users to understand and detect; override when calling add-handler!
) (beta 11)pr-signal-fn
now takes only a single opts map (beta 10):incl-kvs?
option has been added to format-signal-fn
and pr-signal-fn
(beta 7)comp-middleware
to create one fn from many (beta 7)Latest (beta 18):
--
Earlier:
tools.logging
signals now have a namespace (from logger name) (beta 14)get-handlers-stats
(beta 13)add-handler!
can now specify per-handler :drain-msecs
(beta 13)*auto-stop-handlers?*
(beta 13)remove-handler!
now auto stops relevant handlers after removal (beta 13)with-handler
and with-handler+
now auto stops relevant handlers after use (beta 12):dispatch-opts
metadata, useful for handler authors that want to set defaults for use by add-handler!
(beta 8):thread {:keys [group name id]}
key (beta 7)Latest (beta 18):
--
Earlier:
pr-signal-fn
wasn't realizing delayed messages, add tests [cf72017a] (beta 11)pr-signal-fn
broken custom pr-fn support, add tests [e7cce0c1] (beta 10)Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close