Class Log4jNullAppender.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Creates a new builder.
    • Method Detail

      • setStartAutomatically

        public Log4jNullAppender.Builder setStartAutomatically​(boolean startAutomatically)
        Sets whether or not to start appenders automatically when calling build(). The default is true.
        Parameters:
        startAutomatically - true to start appenders automatically, or false otherwise.
        Returns:
        This builder.