Class ErrorLogPublisherCfgDefn

    • Method Detail

      • getInstance

        public static ErrorLogPublisherCfgDefn getInstance()
        Get the Error Log Publisher configuration definition singleton.
        Returns:
        Returns the Error Log Publisher configuration definition singleton.
      • getDefaultSeverityPropertyDefinition

        public EnumPropertyDefinition<ErrorLogPublisherCfgDefn.DefaultSeverity> getDefaultSeverityPropertyDefinition()
        Get the "default-severity" property definition.

        Specifies the default severity levels for the logger.

        Returns:
        Returns the "default-severity" property definition.
      • getEnabledPropertyDefinition

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

        Indicates whether the Error 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 Error Log Publisher implementation.

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

        public StringPropertyDefinition getOverrideSeverityPropertyDefinition()
        Get the "override-severity" property definition.

        Specifies the override severity levels for the logger based on the category of the messages.

        Each override severity level should include the category and the severity levels to log for that category, for example, core=error,info,warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, setup, admin-tool, dsconfig, user-defined. Valid severities are: all, error, info, warning, notice, debug.

        Returns:
        Returns the "override-severity" property definition.