The error message
Always returns true, for consistency with log.
Print a logging message to console and on the screen if debugging mode is on.
Text to log
Returns true if a debugging message was printed, false otherwise.
Set the debugging status off.
Returns the new status (always false).
Set the debugging status on.
Returns the new status (always true).
Returns the current state of the debugging flag.
Set or unset the debugging flag.
If a boolean is passed as an argument, the debugging flag is set to that value. Otherwise the flag's previous value is flipped (true to false, false to true.)
Returns the new status of the debugging flag.
Generated using TypeDoc
Show an error in the console and on the screen.