Change the log level of a logger based on its message context. e.g., to set the log level for the destination accessor module of the SDK to debug, simply call setLogLevel('debug', 'destination-accessor').
setLogLevel('debug', 'destination-accessor')
Level to set the logger to. Use an empty string '' as level to unset context level.
Optional
Message context of the logger to change the log level for or the logger itself.
Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.
Change the log level of a logger based on its message context. e.g., to set the log level for the destination accessor module of the SDK to debug, simply call
setLogLevel('debug', 'destination-accessor').