mirror of https://github.com/status-im/timbre.git
Clarify docstring
This commit is contained in:
parent
03b9ab5c08
commit
bca2288e55
|
@ -126,7 +126,7 @@ This is the biggest win over Java logging IMO. Here's `timbre/example-config` (a
|
||||||
|
|
||||||
:profile-stats ; From `profile` macro
|
:profile-stats ; From `profile` macro
|
||||||
|
|
||||||
<Also incl. any *context* keys, which get merged into data map>
|
Also incl. any `*context*` keys (see `with-context`).
|
||||||
|
|
||||||
MIDDLEWARE
|
MIDDLEWARE
|
||||||
Middleware are simple (fn [data]) -> ?data fns (applied left->right) that
|
Middleware are simple (fn [data]) -> ?data fns (applied left->right) that
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
:profile-stats ; From `profile` macro
|
:profile-stats ; From `profile` macro
|
||||||
|
|
||||||
<Also incl. any *context* keys, which get merged into data map>
|
Also incl. any `*context*` keys (see `with-context`).
|
||||||
|
|
||||||
MIDDLEWARE
|
MIDDLEWARE
|
||||||
Middleware are simple (fn [data]) -> ?data fns (applied left->right) that
|
Middleware are simple (fn [data]) -> ?data fns (applied left->right) that
|
||||||
|
|
Loading…
Reference in New Issue