mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-16 17:41:12 +00:00
[doc] Mention :inst monotonicity
This commit is contained in:
parent
bfea51570f
commit
6b0e0b9fff
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ can be modified by signal and/or handler middleware.
|
|||
Default signal keys:
|
||||
|
||||
`:schema` ------ Int version of signal schema (current: 1)
|
||||
`:inst` -------- Platform instant [1] when signal was created
|
||||
`:inst` -------- Platform instant [1] when signal was created, monotonicity depends on system clock
|
||||
`:level` ------- Signal level ∈ #{<int> :trace :debug :info :warn :error :fatal :report ...}
|
||||
`:kind` -------- Signal ?kind ∈ #{nil :event :error :log :trace :spy :slf4j :tools-logging <app-val> ...}
|
||||
`:id` ---------- ?id of signal (common to all signals created at callsite, contrast with `:uid`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue