Skip to main content

Logger

Our logging interface provides a way to hook into the internals of the framework for debugging/logging purposes. The interface is compatible with the well-known console interface. See Window.console.

ParameterTypeDefaultRequired?Description
error(message?: any, ...optionalParams: any[]) => void-No-
warn(message?: any, ...optionalParams: any[]) => void-No-
info(message?: any, ...optionalParams: any[]) => void-No-
debug(message?: any, ...optionalParams: any[]) => void-No-