mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-16 17:41:12 +00:00
[doc] [#35] Emphasize that opts need to be a compile-time map
This commit is contained in:
parent
822032de13
commit
55720aca54
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
Signal options (shared by all signal creators):
|
||||
Signal options are provided as a map with COMPILE-TIME keys.
|
||||
All options are available for all signal creators:
|
||||
|
||||
`:inst` -------- Platform instant [1] when signal was created, ∈ #{nil :auto <[1]>}
|
||||
`:level` ------- Signal level ∈ #{<int> :trace :debug :info :warn :error :fatal :report ...}
|
||||
|
|
|
|||
Loading…
Reference in a new issue