Logger Api
Methods
Section titled “Methods”debug()
Section titled “debug()”debug(…
data):void
Logs debug information with a script-specific tag
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…data |
any[] |
Returns
Section titled “Returns”void
error()
Section titled “error()”error(…
data):void
Logs an error with a script-specific tag
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…data |
any[] |
Returns
Section titled “Returns”void
info()
Section titled “info()”info(…
data):void
Logs info with a script-specific tag
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…data |
any[] |
Returns
Section titled “Returns”void
log(…
data):void
Logs data with a script-specific tag
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…data |
any[] |
Returns
Section titled “Returns”void
trace()
Section titled “trace()”trace(…
data):void
Logs a stack trace with a script-specific tag
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…data |
any[] |
Returns
Section titled “Returns”void
warn()
Section titled “warn()”warn(…
data):void
Logs a warning with a script-specific tag
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…data |
any[] |
Returns
Section titled “Returns”void