Contains the method to log the messages on user javascript console
Classes
Members
(inner, constant) logTypeEnum :Object
Type:
- Object
Methods
(inner) getTime() → {string}
SYNC
Returns the string that represent the actual date. The format is: hh:mm:ss
Returns:
- Type
- string
(inner) getTimeMs() → {string}
SYNC
Returns the string that represent the actual date. The format is: hh:mm:ss
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 |