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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) FormatInfo
(package private) static final int
(package private) static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FormatInfo
final void
setFormattingInfo
(FormatInfo formattingInfo) final void
write
(StringBuilder buf, E event) In its simplest incarnation, a convert simply appends the data extracted from the event to the buffer passed as parameter.
-
Field Details
-
INITIAL_BUF_SIZE
static final int INITIAL_BUF_SIZE- See Also:
-
MAX_CAPACITY
static final int MAX_CAPACITY- See Also:
-
formattingInfo
FormatInfo formattingInfo
-
-
Constructor Details
-
FormattingConverter
public FormattingConverter()
-
-
Method Details
-
getFormattingInfo
-
setFormattingInfo
-
write
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.
-