Class SAPLoggingConfigChangeListener
java.lang.Object
de.hybris.e2e.hybrisrootcauseanalysis.exceptionanalysis.SAPLoggingConfigChangeListener
- All Implemented Interfaces:
ConfigIntf.ConfigChangeListener
public class SAPLoggingConfigChangeListener
extends Object
implements ConfigIntf.ConfigChangeListener
Listens (and acts upon) for SAP Logging related changes performed at the platform runtime.
Only the following properties are allowed to be changed at runtime: logseverity, traceseverity, enabletracing, enableevents. They
can either be changed programmically or throughh the HAC configuration interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigChanged(String key, String value) Listens to configuration changes done dynamically and updates the appender if the changes relate to it.voidinit()Init method, used to register this listener with the current tenant configurationvoidsetListLogLoggingListener(SAPLoggingProxyListener sapLoggingProxyListener)
-
Constructor Details
-
SAPLoggingConfigChangeListener
public SAPLoggingConfigChangeListener()
-
-
Method Details
-
configChanged
Listens to configuration changes done dynamically and updates the appender if the changes relate to it.- Specified by:
configChangedin interfaceConfigIntf.ConfigChangeListener
-
init
public void init()Init method, used to register this listener with the current tenant configuration -
getListLogLoggingListener
-
setListLogLoggingListener
-