Change the global log format of the container which will set default format for all active loggers.
e.g., to set the global log format to local call setGlobalLogLevel(logFormat.local) or use a custom log format.
Parameters
format: Format
The log format to set the global log format to.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Change the global log format of the container which will set default format for all active loggers. e.g., to set the global log format to
local
callsetGlobalLogLevel(logFormat.local)
or use a custom log format.