Skip to content

ConsoleDebugComponent.consoleDebug method

ConsoleDebugComponent › consoleDebug

Logs a message to the console under the plugin's debugger namespace.

Signature:

consoleDebug(message: string, $arguments?: unknown[]): void

Parameters:

ParameterTypeDescription
messagestringThe message to log.
$arguments?unknown[]*(Optional)*

Returns: void