logger

Name logger
Type Interface
Path packages/hass-ts/src/lib/types/logger.ts

Properties

Name Type Description
debug (message: string) => void
error (message: string) => void
fatal (message: string) => void
info (message: string) => void
trace (message: string) => void
warn (message: string) => void