Logger
Constructor Summary
| Public Constructor | ||
| public |
constructor(initiator: any, options: Object) |
|
Method Summary
| Public Methods | ||
| public |
error() |
|
| public |
errorGui() |
|
| public |
groupCollapsed(t: *) |
|
| public |
groupEnd() |
|
| public |
info() |
|
| public |
log() |
|
| public |
logGui() |
|
| public |
stack(t: *) |
|
| public |
table(t: *) |
|
| public |
userInteraction(text: *) |
|
| public |
verbose() |
|
| public |
warn() |
|
Public Constructors
public constructor(initiator: any, options: Object) source
Params:
| Name | Type | Attribute | Description |
| initiator | any | ||
| options | Object |
Public Methods
public error() source
public errorGui() source
public groupCollapsed(t: *) source
Params:
| Name | Type | Attribute | Description |
| t | * |
public groupEnd() source
public info() source
public log() source
public logGui() source
public stack(t: *) source
Params:
| Name | Type | Attribute | Description |
| t | * |
public table(t: *) source
Params:
| Name | Type | Attribute | Description |
| t | * |
public userInteraction(text: *) source
Params:
| Name | Type | Attribute | Description |
| text | * |