log-event
An event emitted whenever you want to log information. Will be picked up by logging clients
Name | log-event |
---|---|
Type | Interface |
Path | packages/blocks/src/types/hass-blocks-event.ts |
Properties
Name | Type | Description |
---|---|---|
level | 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'fatal' | |
message | string | |
module | string | |