Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Logger

Logging Class for node/cli/web

Hierarchy

  • Logger

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Logger(userInterface: UserInterface): Logger
  • Create the logger instance which is shared via DI

    Parameters

    • userInterface: UserInterface

      The UserInterface instance

    Returns Logger

Properties

userInterface

userInterface: UserInterface

Methods

log

  • log(...args: any[]): void
  • Generic log function

    Parameters

    • Rest ...args: any[]

      The message to log, passed to console.log

    Returns void

Generated using TypeDoc