Package ch.qos.logback.core.pattern
Class ReplacingCompositeConverter<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.ReplacingCompositeConverter<E>
- All Implemented Interfaces:
ContextAware,LifeCycle
@Deprecated(since="2022-01-27")
public class ReplacingCompositeConverter<E>
extends CompositeConverter<E>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart()Deprecated.Components that depend on options passed during configuration can override this method in order to make appropriate use of those options.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, stopMethods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
Constructor Details
-
ReplacingCompositeConverter
public ReplacingCompositeConverter()Deprecated.
-
-
Method Details
-
start
public void start()Deprecated.Description copied from class:DynamicConverterComponents that depend on options passed during configuration can override this method in order to make appropriate use of those options. For simpler components, the trivial implementation found in this abstract class will be sufficient.- Specified by:
startin interfaceLifeCycle- Overrides:
startin classDynamicConverter<E>
-