Module: Logger

Contains the method to log the messages on user javascript console
Source:

Classes

Logger

Members

(inner, constant) logTypeEnum :Object

Type:
  • Object
Source:

Methods

(inner) getTime() → {string}

SYNC Returns the string that represent the actual date. The format is: hh:mm:ss
Source:
Returns:
Type
string

(inner) getTimeMs() → {string}

SYNC Returns the string that represent the actual date. The format is: hh:mm:ss
Source:
Returns:
Type
string

(inner) log(type)

SYNC Depending on the "type" it prints on the console some information. There several type of information (see enum logTypeEnum)
Parameters:
Name Type Description
type logTypeEnum
Source: