Class WhiteCompositeConverter<E>
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
ch.qos.logback.core.pattern.DynamicConverter<E>
ch.qos.logback.core.pattern.CompositeConverter<E>
ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase<E>
ch.qos.logback.core.pattern.color.WhiteCompositeConverter<E>
- Type Parameters:
E-
- All Implemented Interfaces:
ContextAware,LifeCycle
@Deprecated(since="2022-01-27")
public class WhiteCompositeConverter<E>
extends ForegroundCompositeConverterBase<E>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Encloses a given set of converter output in white using the appropriate ANSI escape codes.
- Since:
- 1.0.5
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.pattern.CompositeConverter
convert, getChildConverter, setChildConverter, toStringMethods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, isStarted, setContext, setOptionList, start, stopMethods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
Constructor Details
-
WhiteCompositeConverter
public WhiteCompositeConverter()Deprecated.
-