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