Fix documentation error

This commit is contained in:
JeremyStar™ 2024-04-12 15:49:00 +02:00
parent d4b0fc84df
commit b835e11fa5
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -9,10 +9,9 @@ Allows for colored output, better newlines, multiple logger levels and a large v
## Signals
### <u>log_event</u>
- Signature: *bool* <u>allowed</u>, *CoreTypes.LoggerLevel* <u>level</u>, *Dictionary* <u>origin</u>, *String* <u>message</u>, *String* <u>format</u> \
- Signature: *bool* <u>allowed</u>, *CoreTypes.LoggerLevel* <u>level</u>, *String* <u>origin</u>, *String* <u>message</u>, *String* <u>format</u> \
Emitted on any log call, permitted or not. \
**origin** contains the keys `source`, `source_clean`, `function` and `line`. \
**format** is set to `""` when **allowed** is set `false`.
## Variables