Child pages
  • Console
Skip to end of metadata
Go to start of metadata

Refresh page Mar 13, 2024 13:13

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.

Parameters

Object value the error object

Supported Clients

NGClient

Sample

console.error('ERROR')

log(value)

Report a message to the console.

Parameters

Object value the info

Supported Clients

NGClient

Sample

console.log('some info')

warn(value)

Report a warning to the console.

Parameters

Object value the warning object

Supported Clients

NGClient

Sample

console.warn('some warning')

  • No labels