Uses of Class
org.apache.logging.log4j.layout.template.json.util.TruncatingBufferedPrintWriter
-
Packages that use TruncatingBufferedPrintWriter Package Description org.apache.logging.log4j.layout.template.json.resolver org.apache.logging.log4j.layout.template.json.util -
-
Uses of TruncatingBufferedPrintWriter in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver with type parameters of type TruncatingBufferedPrintWriter Modifier and Type Field Description private Recycler<TruncatingBufferedPrintWriter>StackTraceStringResolver. dstWriterRecyclerprivate Recycler<TruncatingBufferedPrintWriter>StackTraceStringResolver. srcWriterRecyclerMethods in org.apache.logging.log4j.layout.template.json.resolver that return TruncatingBufferedPrintWriter Modifier and Type Method Description private TruncatingBufferedPrintWriterStackTraceStringResolver. truncate(TruncatingBufferedPrintWriter srcWriter)Methods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type TruncatingBufferedPrintWriter Modifier and Type Method Description private intStackTraceStringResolver. findTruncationPointIndex(TruncatingBufferedPrintWriter writer, int startIndex, int endIndex, CharSequencePointer sequencePointer)private TruncatingBufferedPrintWriterStackTraceStringResolver. truncate(TruncatingBufferedPrintWriter srcWriter)private voidStackTraceStringResolver. truncate(TruncatingBufferedPrintWriter srcWriter, TruncatingBufferedPrintWriter dstWriter, CharSequencePointer sequencePointer) -
Uses of TruncatingBufferedPrintWriter in org.apache.logging.log4j.layout.template.json.util
Methods in org.apache.logging.log4j.layout.template.json.util that return TruncatingBufferedPrintWriter Modifier and Type Method Description static TruncatingBufferedPrintWriterTruncatingBufferedPrintWriter. ofCapacity(int capacity)
-