SimpleClass

This is a simple class with log functions.

Constructor

SimpleClass

new SimpleClass()

Methods

error

error(…args)

Emits the __error event with args as parameters.

Parameters

Name Type Description
args
* <repeatable>

log

log(…args)

Emits the __log event with args as parameters.

Parameters

Name Type Description
args
* <repeatable>