menu

destack:console

import destack:console

Classes

  1. ConsoleDebugging console.

Interfaces

  1. ConsoleOptionsConsole output options.

Functions

  1. assertWrite an assertion failure when condition is false.
  2. debugWrite a debug line to stdout.
  3. defaultConsoleReturn the default process console.
  4. errorWrite an error line to stderr.
  5. groupIncrease output indentation.
  6. groupCollapsedIncrease output indentation for a collapsed group.
  7. groupEndDecrease output indentation.
  8. infoWrite an info line to stdout.
  9. logWrite a line to stdout.
  10. tableWrite tabular data.
  11. timeStart a named timer.
  12. timeEndWrite and stop a named timer.
  13. timeLogWrite a named timer without stopping it.
  14. traceWrite the current stack trace to stderr.
  15. warnWrite a warning line to stderr.