The System interface is used to access functionality that affects the entire use of the SDK rather than a single transfer. It is possible to obtain a reference to the System interface using the SystemContext module.

Hierarchy

  • System

Accessors

Accessors

  • get logger(): Logger
  • The existing Logger. This may be useful to override the default LogLevel as required.

    Note: The default Logger will log to the console.

    Returns Logger

  • set logger(logger: Logger): void
  • Parameters

    Returns void

Generated using TypeDoc