logger

Global object that allows logging messages such as error, warning or informational messages.

Methods

The following table describes the methods of the logger object.

Method Parameters Description
error()

message: string

Logs an error message

info()

message: string

Logs an informational message

warn()

message: string

Logs a warning message

 
  • Last Topic Update: 27, June, 2017 06:10 AM
  • Last Published: 23, May, 2019 01:55 PM