Class ApplicationNameConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
ch.qos.logback.core.pattern.DynamicConverter<ch.qos.logback.classic.spi.ILoggingEvent>
ch.qos.logback.classic.pattern.ClassicConverter
org.springframework.boot.logging.logback.ApplicationNameConverter
- All Implemented Interfaces:
- ch.qos.logback.core.spi.ContextAware,- ch.qos.logback.core.spi.LifeCycle
@Deprecated(since="3.4.0",
            forRemoval=true)
public class ApplicationNameConverter
extends ch.qos.logback.classic.pattern.ClassicConverter
Deprecated, for removal: This API element is subject to removal in a future version.
Logback 
ClassicConverter to convert the
 APPLICATION_NAME into a value suitable
 for logging. Similar to Logback's PropertyConverter but a non-existent property
 is logged as an empty string rather than null.- Since:
- 3.2.4
- 
Field SummaryFields inherited from class ch.qos.logback.core.pattern.DynamicConverterstarted
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryMethods inherited from class ch.qos.logback.core.pattern.DynamicConverteraddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, start, stopMethods inherited from class ch.qos.logback.core.pattern.FormattingConvertergetFormattingInfo, setFormattingInfo, writeMethods inherited from class ch.qos.logback.core.pattern.ConvertergetNext, setNext
- 
Constructor Details- 
ApplicationNameConverterpublic ApplicationNameConverter()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
convertDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- convertin class- ch.qos.logback.core.pattern.Converter<ch.qos.logback.classic.spi.ILoggingEvent>
 
 
- 
EnclosedInSquareBracketsConverter