Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Logger

Index

Constructors

  • new Logger(port?: number): Logger
  • Parameters

    • Optional port: number

    Returns Logger

Methods

  • createTab(name: string): Tab
  • Creates a new tab with the given name, the name should be human readable it will be used as the tab title in the front end.

    Parameters

    • name: string

    Returns Tab

  • start(): Promise<number>
  • Start the HTTP server hosting the web UI.

    Returns Promise<number>

    the port number

  • stop(): void
  • Stop the HTTP server hosting the web UI

    Returns void