Interface AbstractStringLayout.Serializer2
-
- Enclosing class:
- AbstractStringLayout
public static interface AbstractStringLayout.Serializer2
Variation ofAbstractStringLayout.Serializer
that avoids allocating temporary objects. As of 2.13 this interface was merged into the Serializer interface.- Since:
- 2.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringBuilder
toSerializable(LogEvent event, StringBuilder builder)
-
-
-
Method Detail
-
toSerializable
StringBuilder toSerializable(LogEvent event, StringBuilder builder)
-
-