Package ch.qos.logback.core.pattern
Class FormattingConverter<E>
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
- Direct Known Subclasses:
DynamicConverter
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FormatInfo
Deprecated.final void
setFormattingInfo
(FormatInfo formattingInfo) Deprecated.final void
write
(StringBuilder buf, E event) Deprecated.In its simplest incarnation, a convert simply appends the data extracted from the event to the buffer passed as parameter.
-
Constructor Details
-
FormattingConverter
public FormattingConverter()Deprecated.
-
-
Method Details
-
getFormattingInfo
Deprecated. -
setFormattingInfo
Deprecated. -
write
Deprecated.Description copied from class:Converter
In its simplest incarnation, a convert simply appends the data extracted from the event to the buffer passed as parameter.
-