Uses of Class
org.apache.logging.log4j.layout.template.json.util.TruncatingBufferedPrintWriter
Packages that use TruncatingBufferedPrintWriter
Package
Description
-
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 TruncatingBufferedPrintWriterModifier and TypeFieldDescriptionprivate final Recycler<TruncatingBufferedPrintWriter> StackTraceStringResolver.dstWriterRecyclerprivate final Recycler<TruncatingBufferedPrintWriter> StackTraceStringResolver.srcWriterRecyclerMethods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type TruncatingBufferedPrintWriterModifier and TypeMethodDescriptionprivate intStackTraceStringResolver.findTruncationPointIndex(TruncatingBufferedPrintWriter writer, int startIndex, int endIndex, CharSequencePointer sequencePointer) private voidStackTraceStringResolver.truncate(TruncatingBufferedPrintWriter srcWriter, Consumer<TruncatingBufferedPrintWriter> effectiveWriterConsumer) private voidStackTraceStringResolver.truncate(TruncatingBufferedPrintWriter srcWriter, TruncatingBufferedPrintWriter dstWriter, CharSequencePointer sequencePointer) Method parameters in org.apache.logging.log4j.layout.template.json.resolver with type arguments of type TruncatingBufferedPrintWriterModifier and TypeMethodDescriptionprivate voidStackTraceStringResolver.truncate(TruncatingBufferedPrintWriter srcWriter, Consumer<TruncatingBufferedPrintWriter> effectiveWriterConsumer) -
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