Static
bufferBuffer for pre-initialized content.
Static
consoleSpecifies the name of the console window.
Static
DEBUGSpecifies if the output for debug should be visible in the console.
Static
tdStatic
textareaStatic
TRACEStatic
WARNSpecifies if the output for warn should be visible in the console.
Static
windowStatic
addAdds a button to the console using the given label and function.
Static
debugAdds all arguments to the console if DEBUG is enabled.
Rest
...args: string[]Static
enterWrites the specified string to the console if TRACE is true
and returns the current time in milliseconds.
Static
infoStatic
initStatic
isStatic
leaveStatic
setStatic
showStatic
traceAdds all arguments to the console if TRACE is enabled.
Rest
...args: string[]Static
warnAdds all arguments to the console if WARN is enabled.
Rest
...args: string[]Static
writeStatic
writeln
A singleton class that implements a simple console.