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 Details

    • SAPLoggingConfigChangeListener

      public SAPLoggingConfigChangeListener()
  • Method Details

    • configChanged

      public void configChanged(String key, String value)
      Listens to configuration changes done dynamically and updates the appender if the changes relate to it.
      Specified by:
      configChanged in interface ConfigIntf.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)