Class LogPublisherCfgDefn

    • Method Detail

      • getInstance

        public static LogPublisherCfgDefn getInstance()
        Get the Log Publisher configuration definition singleton.
        Returns:
        Returns the Log Publisher configuration definition singleton.
      • getEnabledPropertyDefinition

        public BooleanPropertyDefinition getEnabledPropertyDefinition()
        Get the "enabled" property definition.

        Indicates whether the Log Publisher is enabled for use.

        Returns:
        Returns the "enabled" property definition.
      • getJavaClassPropertyDefinition

        public ClassPropertyDefinition getJavaClassPropertyDefinition()
        Get the "java-class" property definition.

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

        Returns:
        Returns the "java-class" property definition.