Namespace: console

zombie/zombie~ console

Console API
Source:

Example

const {console} = require('zombie/zombie');

Methods

(static) error(…message)

Parameters:
NameTypeAttributesDescription
messagestring <repeatable>
Source:

(static) exception(…exception)

Parameters:
NameTypeAttributesDescription
exceptionError <repeatable>
Source:

(static) info(…message)

Parameters:
NameTypeAttributesDescription
messagestring <repeatable>
Source:

(static) log(…message)

Parameters:
NameTypeAttributesDescription
messagestring <repeatable>
Source:

(static) warn(…message)

Parameters:
NameTypeAttributesDescription
messagestring <repeatable>
Source: