Represents the debug console.

Fields

appendLine(value:String):Void

Append the given value and a line feed character to the debug console.

Parameters:

value

A string, falsy values will be printed.

append(value:String):Void

Append the given value to the debug console.

Parameters:

value

A string, falsy values will not be printed.