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' The log level
message string The log message
module string The module that emitted the log message