Uses of Interface
org.apache.logging.log4j.core.pattern.TextRenderer
Packages that use TextRenderer
Package
Description
Log4j 2 private implementation classes.
Provides classes implementing format specifiers in conversion patterns.
-
Uses of TextRenderer in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return TextRendererModifier and TypeMethodDescriptionThrowableFormatOptions.getTextRenderer()Returns the message rendered.Methods in org.apache.logging.log4j.core.impl with parameters of type TextRendererModifier and TypeMethodDescriptionvoidThrowableProxy.formatExtendedStackTraceTo(StringBuilder sb, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.Formats the stack trace including packaging information.voidThrowableProxy.formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, TextRenderer textRenderer, String suffix) Deprecated.Formats the specified Throwable.voidThrowableProxy.formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.Formats the specified Throwable.ThrowableProxy.getCauseStackTraceAsString(List<String> ignorePackages, TextRenderer textRenderer, String suffix) Deprecated.Formats the Throwable that is the cause of this Throwable.ThrowableProxy.getCauseStackTraceAsString(List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.Formats the Throwable that is the cause of this Throwable.ThrowableProxy.getExtendedStackTraceAsString(List<String> ignorePackages, TextRenderer textRenderer, String suffix) Deprecated.Formats the stack trace including packaging information.ThrowableProxy.getExtendedStackTraceAsString(List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.Formats the stack trace including packaging information.voidExtendedClassInfo.renderOn(StringBuilder output, TextRenderer textRenderer) Deprecated.Constructors in org.apache.logging.log4j.core.impl with parameters of type TextRendererModifierConstructorDescriptionprotectedThrowableFormatOptions(int lines, String separator, List<String> ignorePackages, TextRenderer textRenderer, String suffix) Constructs the options for printing stack trace. -
Uses of TextRenderer in org.apache.logging.log4j.core.pattern
Classes in org.apache.logging.log4j.core.pattern that implement TextRendererModifier and TypeClassDescriptionfinal classTODO Renders an input as HTML output.final classRenders an input as ANSI escaped output.final classRenders input unchanged.