Options
All
  • Public
  • Public/Protected
  • All
Menu

Send log messages out to various endpoints.

Logging messages are sent to:

  • The Chrome Developer Tools in the app (F12 to open).
  • The hain-debug.log located along with hain.exe
  • Standard output if run from a command prompt.

Methods

  • log(message: string, ...args: any[]): void
  • Logs your messages to stdout as well as the Chrome Developer Tools console.

    Parameters

    message:  string

    The message to be shown (compatible with Chrome console.log)

    ... args:  any[]

    Additional arguments to be shown

    Rest 

Generated using TypeDoc