mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 01:51:10 +00:00
[doc] [#27] Typo in link (@blnote)
This commit is contained in:
parent
2d8c528a6a
commit
3d71b70503
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ Note that handler middleware in particular is an often overlooked but powerful f
|
||||||
|
|
||||||
## Handler-specific opts
|
## Handler-specific opts
|
||||||
|
|
||||||
Handler-specific opts are specified when calling a particular **handler constructor** (like [`handler:console`](https://cljdoc.org/d/com.taoensso/telemere/CONSOLE/api/taoensso.telemere#handler:console)) - and documented by the constructor.
|
Handler-specific opts are specified when calling a particular **handler constructor** (like [`handler:console`](https://cljdoc.org/d/com.taoensso/telemere/CURRENT/api/taoensso.telemere#handler:console)) - and documented by the constructor.
|
||||||
|
|
||||||
Note that it's common for Telemere handlers to be customized by providing *Clojure/Script functions* to the relevant handler constructor call.
|
Note that it's common for Telemere handlers to be customized by providing *Clojure/Script functions* to the relevant handler constructor call.
|
||||||
|
|
||||||
|
|
@ -273,4 +273,4 @@ If you're making a customizable handler for use by others, it's often handy to d
|
||||||
|
|
||||||
[API](https://cljdoc.org/d/com.taoensso/telemere/CURRENT/api/taoensso.telemere#handler:file) | MacOS terminal:
|
[API](https://cljdoc.org/d/com.taoensso/telemere/CURRENT/api/taoensso.telemere#handler:file) | MacOS terminal:
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/taoensso/telemere/master/imgs/handler-output-clj-file.png" alt="Default Clojure file handler output" width="640"/>
|
<img src="https://raw.githubusercontent.com/taoensso/telemere/master/imgs/handler-output-clj-file.png" alt="Default Clojure file handler output" width="640"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue