This project uses Break Versioning.
v1.0.0-beta22
(2024-08-28)📦 Available on Clojars: Telemere | SLF4J provider | Facade API for library authors
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! 🙏
Beta 22, 21, 20:
com.taoensso/slf4j-telemere
-> com.taoensso/telemere-slf4j [77ed27cfd] (beta 22):host
output opt-in for default signal handlers [88eb5211] (beta 20)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)Beta 22, 21, 20:
"(.*)"
wildcard syntax to kind/ns/id filters (beta 22)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)Beta 22, 21, 20:
:line
info missing for some wrapped-macro cases [0f09b797e] (beta 22)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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |