Package ch.qos.logback.core.pattern
Interface PostCompileProcessor<E>
-
- All Known Implementing Classes:
EnsureExceptionHandling
@Deprecated(since="2022-01-27") public interface PostCompileProcessor<E>
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Implements this to perform post compile processing for a PatternLayout. For example, PatternLayout in the classic module should add a converter for exception handling (otherwise exceptions would not be printed).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
process(Context context, Converter<E> head)
Deprecated.Post compile processing of the converter chain.
-