- java.lang.Object
-
- ch.qos.logback.core.pattern.Converter<E>
-
- ch.qos.logback.core.pattern.FormattingConverter<E>
-
- Direct Known Subclasses:
DynamicConverter
public abstract class FormattingConverter<E> extends Converter<E>
-
-
Constructor Summary
Constructors Constructor Description FormattingConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatInfogetFormattingInfo()voidsetFormattingInfo(FormatInfo formattingInfo)voidwrite(StringBuilder buf, E event)Formats the event by calling convert() and appends the resulting string to the provided buffer.
-
-
-
Constructor Detail
-
FormattingConverter
public FormattingConverter()
-
-
Method Detail
-
getFormattingInfo
public final FormatInfo getFormattingInfo()
-
setFormattingInfo
public final void setFormattingInfo(FormatInfo formattingInfo)
-
write
public final void write(StringBuilder buf, E event)
Description copied from class:ConverterFormats the event by calling convert() and appends the resulting string to the provided buffer.
-
-