method Console.debug
Jump to headingConsole.debug(message?: any,...optionalParams: any[],): void
The console.debug()
function is an alias for log.
Parameters Jump to heading
optional
Jump to headingmessage: any
Jump to heading<span>...optionalParams</span>: any[]
Return Type Jump to heading
void