Class WhitespaceThrowablePatternConverter

  • All Implemented Interfaces:
    org.apache.logging.log4j.core.pattern.PatternConverter

    @Plugin(name="WhitespaceThrowablePatternConverter",
            category="Converter")
    public final class WhitespaceThrowablePatternConverter
    extends org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
    ThrowablePatternConverter that adds some additional whitespace around the stack trace.
    Since:
    1.3.0
    • Field Summary

      • Fields inherited from class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter

        formatters, options
      • Fields inherited from class org.apache.logging.log4j.core.pattern.AbstractPatternConverter

        LOGGER
      • Fields inherited from interface org.apache.logging.log4j.core.pattern.PatternConverter

        CATEGORY
    • Method Detail

      • format

        public void format​(org.apache.logging.log4j.core.LogEvent event,
                           StringBuilder buffer)
        Overrides:
        format in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
      • newInstance

        public static WhitespaceThrowablePatternConverter newInstance​(org.apache.logging.log4j.core.config.Configuration configuration,
                                                                      String[] options)
        Creates a new instance of the class. Required by Log4J2.
        Parameters:
        configuration - current configuration
        options - pattern options, may be null. If first element is "short", only the first line of the throwable will be formatted.
        Returns:
        a new WhitespaceThrowablePatternConverter