mirror of
https://github.com/taoensso/telemere.git
synced 2026-01-06 00:59:50 +00:00
Users caught by this change should receive a clear compile-time error.
Apologies for the nuissance!! This change is part of a final review
of names before the release of v1 final.
Motivations:
- "xfn" is a lot shorter than "middleware", making it more
convenient to use at signal calls, compare:
(log! {:middleware my-fn} "msg")
(log! {:xfn my-fn} "msg"}
- "middleware" was originally chosen to match Timbre's terminology,
but actually carries some misleading connotations that in hindsight
are probably better avoided while we still have the chance to change
this.
|
||
|---|---|---|
| .. | ||
| catch-to-error!.txt | ||
| environmental-config.txt | ||
| error!.txt | ||
| event!.txt | ||
| log!.txt | ||
| signal!.txt | ||
| signal-content.txt | ||
| signal-creators.txt | ||
| signal-options.txt | ||
| spy!.txt | ||
| trace!.txt | ||