Logger used by the platform to log to the console.

Replace this bean to capture the log output.

Constructors

Methods

Constructors

Methods

  • Logs with severity debug.

    Parameters

    • Optionalmessage: any
    • ...args: any[]

    Returns void

  • Logs with severity error.

    Parameters

    • Optionalmessage: any
    • ...args: any[]

    Returns void

  • Logs with severity info.

    Parameters

    • Optionalmessage: any
    • ...args: any[]

    Returns void

  • Logs with severity warn.

    Parameters

    • Optionalmessage: any
    • ...args: any[]

    Returns void