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')