Skip to content

logWarning

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

Logs a warning message

Parameters

pText: string

The warning message to print.

pOptions: LogOptions

Text options. Includes color and class name

• …pParams?: any[]

Optional data to be included in the warning message.

Returns

void

Source

src/utils/LogUtils.ts:43