Class SAPLoggingConfigChangeListener
- java.lang.Object
-
- de.hybris.e2e.hybrisrootcauseanalysis.exceptionanalysis.SAPLoggingConfigChangeListener
-
- All Implemented Interfaces:
ConfigIntf.ConfigChangeListener
public class SAPLoggingConfigChangeListener extends java.lang.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. They can either be changed programmically or throughh the HAC configuration interface.
-
-
Constructor Summary
Constructors Constructor Description SAPLoggingConfigChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigChanged(java.lang.String key, java.lang.String value)Listens to configuration changes done dynamically and updates the appender if the changes relate to it.SAPLoggingProxyListenergetListLogLoggingListener()voidinit()Init method, used to register this listener with the current tenant configurationvoidsetListLogLoggingListener(SAPLoggingProxyListener sapLoggingProxyListener)
-
-
-
Method Detail
-
configChanged
public void configChanged(java.lang.String key, java.lang.String value)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
public SAPLoggingProxyListener getListLogLoggingListener()
-
setListLogLoggingListener
public void setListLogLoggingListener(SAPLoggingProxyListener sapLoggingProxyListener)
-
-