Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an object that is used for printing information about what the Platform SDK is doing. To set the logger, call setLogger. By default the console logger is used.

Hierarchy

  • ILogger

Index

Methods

  • error(message?: string, ...optionalParams: any[]): any
  • Log a message on error level.

    Parameters

    • Optional message: string
    • Rest ...optionalParams: any[]

    Returns any

  • info(message?: string, ...optionalParams: any[]): any
  • Log a message on info level.

    Parameters

    • Optional message: string
    • Rest ...optionalParams: any[]

    Returns any

  • warn(message?: string, ...optionalParams: any[]): any
  • Log a message on warning level.

    Parameters

    • Optional message: string
    • Rest ...optionalParams: any[]

    Returns any

Generated using TypeDoc