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) 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()
-
-
Method Details
-
getFormattingInfo
-
setFormattingInfo
-
write
Description copied from class:ConverterIn its simplest incarnation, a convert simply appends the data extracted from the event to the buffer passed as parameter.
-