Fired when you execute in JavaScript the console.log function.
The message printed to the console.
The source script.
The source line of the script.
Fired when you execute in JavaScript the console.log function.
Visual Basic |
---|
Public Event OnConsoleMessage( _ ByVal ConsoleMessage As String, _ ByVal Source As String, _ ByVal Line As Long _ ) |
The message printed to the console.
The source script.
The source line of the script.