Class 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 Detail

      • SAPLoggingConfigChangeListener

        public SAPLoggingConfigChangeListener()
    • 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:
        configChanged in interface ConfigIntf.ConfigChangeListener
      • init

        public void init()
        Init method, used to register this listener with the current tenant configuration
      • setListLogLoggingListener

        public void setListLogLoggingListener​(SAPLoggingProxyListener sapLoggingProxyListener)