• disableLogging(): void
  • Disables module logging if it has been enabled by a call to enableLogging.

    This function is registered globally so you can disable logging at any time by calling:

    window.fin.Integrations.Salesforce.disableLogging();
    

    Returns void

Generated using TypeDoc