Skip to content

logError

logError(pText, pOptions, …pParams?): void

Logs an error message

Parameters

pText: string

The error message to print.

pOptions: LogOptions

Text options. Includes color and class name

• …pParams?: any[]

Optional data to be included in the error message.

Returns

void

Source

src/utils/LogUtils.ts:23