Description
Url: https://logging.apache.org/log4j/2.x/manual/layouts.html
In Layouts >> PatternLayout >> Patterns section:
xEx|xException|xThrowable { ["none"|"short"|"full"|depth] [,filters(package,package,...)] } {ansi( Key=Value,Value,... Key=Value,Value,... ...) } {suffix(pattern)}
There is nothing about separator option, which is supported. Please mention about this option.
Related methods:
- org.apache.logging.log4j.core.impl.ThrowableFormatOptions.newInstance(String[])
- org.apache.logging.log4j.core.pattern.ThrowablePatternConverter.formatOption(Throwable, String, StringBuilder)