Class arel.Debug
Debugging information
- Defined in: main.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Debugging class, which will automatically generate a view on your GUI to see debugging information
|
Method Summary
Class Detail
arel.Debug()
Debugging class, which will automatically generate a view on your GUI to see debugging information
Method Detail
-
<static> arel.Debug.activate()Activate the Debugger
-
<static> arel.Debug.activateArelLogStream()Activate the arel log stream. Make sure the debugger is activated. This will return some general information on what is happening in the background to double check functionality.
-
<static> arel.Debug.deactivate()Deactivate the Debugger
-
<static> arel.Debug.deactivateArelLogStream()Deactivate the arel log stream.
-
<static> arel.Debug.error(_toBeLogged)Log a given information and mark it as error
- Parameters:
- {String} _toBeLogged
- Information to be shown in the Debug window
-
<static> arel.Debug.log(_toBeLogged)Log a given information
- Parameters:
- {String} _toBeLogged
- Information to be shown in the Debug window