log
log(
pText
,pOptions
, …pParams
?):void
Logs a message
Parameters
• pText: string
The message to print.
• pOptions: LogOptions
Text options. Includes color and class name
• …pParams?: any
[]
Optional data to be included in the message.
Returns
void