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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Refresh page Apr 16, 2024 04:37

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