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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Pattern
(package private) String
(package private) String
Fields inherited from class ch.qos.logback.core.pattern.CompositeConverter
childConverter
Fields inherited from class ch.qos.logback.core.pattern.DynamicConverter
cab, started
Fields inherited from class ch.qos.logback.core.pattern.FormattingConverter
formattingInfo, INITIAL_BUF_SIZE, MAX_CAPACITY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.pattern.CompositeConverter
convert, getChildConverter, setChildConverter, toString
Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, stop
Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
Field Details
-
Constructor Details
-
ReplacingCompositeConverter
public ReplacingCompositeConverter()
-
-
Method Details
-
start
public void start()Description copied from class:DynamicConverter
Components 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:
start
in interfaceLifeCycle
- Overrides:
start
in classDynamicConverter<E>
-
transform
- Specified by:
transform
in classCompositeConverter<E>
-