156157158159160161162
public PatternLayout() { // set a default value for pattern setPattern(CLF_PATTERN); // by default postCompileProcessor the is an EnsureLineSeparation instance this.postCompileProcessor = new EnsureLineSeparation(); }
155156157158159160161
173174175176177178179
153154155156157158159
149150151152153154155
174175176177178179180
177178179180181182183