menu
destack:console
import destack:console
Classes
ConsoleDebugging console.
Interfaces
ConsoleOptionsConsole output options.
Functions
assertWrite an assertion failure when condition is false.debugWrite a debug line to stdout.defaultConsoleReturn the default process console.errorWrite an error line to stderr.groupIncrease output indentation.groupCollapsedIncrease output indentation for a collapsed group.groupEndDecrease output indentation.infoWrite an info line to stdout.logWrite a line to stdout.tableWrite tabular data.timeStart a named timer.timeEndWrite and stop a named timer.timeLogWrite a named timer without stopping it.traceWrite the current stack trace to stderr.warnWrite a warning line to stderr.