Interface LogPublisherCfg

    • Method Detail

      • configurationClass

        Class<? extends LogPublisherCfg> configurationClass()
        Gets the configuration class associated with this Log Publisher.
        Specified by:
        configurationClass in interface Configuration
        Returns:
        Returns the configuration class associated with this Log Publisher.
      • addChangeListener

        void addChangeListener​(ConfigurationChangeListener<LogPublisherCfg> listener)
        Register to be notified when this Log Publisher is changed.
        Parameters:
        listener - The Log Publisher configuration change listener.
      • removeChangeListener

        void removeChangeListener​(ConfigurationChangeListener<LogPublisherCfg> listener)
        Deregister an existing Log Publisher configuration change listener.
        Parameters:
        listener - The Log Publisher configuration change listener.
      • isEnabled

        boolean isEnabled()
        Gets the "enabled" property.

        Indicates whether the Log Publisher is enabled for use.

        Returns:
        Returns the value of the "enabled" property.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        The fully-qualified name of the Java class that provides the Log Publisher implementation.

        Returns:
        Returns the value of the "java-class" property.