- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Known Subinterfaces:
- MultiFormatStringBuilderFormattable, ReusableMessage
- All Known Implementing Classes:
- DefaultThreadContextStack, MapMessage, MarkerManager.Log4jMarker, MutableThreadContextStack, ObjectMessage, ParameterizedMessage, ReusableObjectMessage, ReusableParameterizedMessage, ReusableSimpleMessage, SimpleMessage, StringMapMessage, StructuredDataCollectionMessage, StructuredDataId, StructuredDataMessage, ThreadDumpMessage
public interface StringBuilderFormattable
Objects that implement this interface can be converted to text, ideally without allocating temporary objects.
- Since:
- 2.6
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
formatTo(StringBuilder buffer)
Writes a text representation of this object into the specified StringBuilder , ideally without allocating
temporary objects.
|
-
-
Method Detail
-
formatTo
void formatTo(StringBuilder buffer)
Writes a text representation of this object into the specified StringBuilder
, ideally without allocating
temporary objects.
- Parameters:
buffer
- the StringBuilder to write into
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1999-2019 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.