Interface ErrorLogPublisherCfgClient

    • Method Detail

      • getJavaClass

        @MandatoryProperty
        ValueOrExpression<String> getJavaClass()
        Gets the "java-class" property.

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

        Default value: org.opends.server.loggers.ErrorLogPublisher

        Specified by:
        getJavaClass in interface LogPublisherCfgClient
        Returns:
        Returns the value of the "java-class" property.
      • getOverrideSeverity

        SortedSet<ValueOrExpression<String>> getOverrideSeverity()
        Gets the "override-severity" property.

        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 values of the "override-severity" property.
      • setOverrideSeverity

        void setOverrideSeverity​(Collection<ValueOrExpression<String>> values)
                          throws PropertyException
        Sets the "override-severity" property.

        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.

        Parameters:
        values - The values of the "override-severity" property.
        Throws:
        PropertyException - If one or more of the new values are invalid.