Class HtmlTextRenderer
java.lang.Object
org.apache.logging.log4j.core.pattern.HtmlTextRenderer
- All Implemented Interfaces:
TextRenderer
TODO Renders an input as HTML output.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(StringBuilder input, StringBuilder output) Renders input text to an output.voidrender(String input, StringBuilder output, String styleName) Renders input text to an output.
-
Constructor Details
-
HtmlTextRenderer
-
-
Method Details
-
render
Description copied from interface:TextRendererRenders input text to an output.- Specified by:
renderin interfaceTextRenderer- Parameters:
input- The inputoutput- The outputstyleName- The style name to use to render the input on the output.
-
render
Description copied from interface:TextRendererRenders input text to an output.- Specified by:
renderin interfaceTextRenderer- Parameters:
input- The inputoutput- The output
-