SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Function setGlobalTransports

    • Change the global transport of the container which will set default transport for all active loggers. e.g., to set the global transport call setGlobalTransports(httpTransport).

      Parameters

      • customTransports: TransportStream | TransportStream[]

        The transport to set the global transport to. Both single transport and an array with multiple transports are supported.

        Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.

      Returns void