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).
setGlobalTransports(httpTransport)
The transport to set the global transport to. Both single transport and an array with multiple transports are supported.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
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)
.