Class LogPublisherCfgDefn


public final class LogPublisherCfgDefn extends AbstractManagedObjectDefinition<LogPublisherCfgClient,LogPublisherCfg>
An interface for querying the Log Publisher managed object definition meta information.

Log Publishers are responsible for distributing log messages from different loggers to a destination.

  • Method Details

    • 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.