Parameters Supported Clients Sample Parameters Supported Clients Sample Parameters Supported Clients Sample
Jun 10, 2023 22:14
Supported Clients
NGClient
Methods Summary
void
error(value)
Report an error to the console.
void
log(value)
Report a message to the console.
void
warn(value)
Report a warning to the console.
Methods Details
error(value)
Report an error to the console.
Object
value
the error object
console.error('ERROR')
log(value)
Report a message to the console.
Object
value
the info
console.log('some info')
warn(value)
Report a warning to the console.
Object
value
the warning object
console.warn('some warning')