Skip to main content

method Console.debug

#Console.debug(
message?: any,
...optionalParams: any[],
): void

The console.debug() function is an alias for log.

Parameters #

#message: any
optional
#...optionalParams: any[]

Return Type #

void