Uses of Class
org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
Packages that use HtmlLayout.FontSize Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of HtmlLayout.FontSize in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return HtmlLayout.FontSize Modifier and Type Method Description static HtmlLayout.FontSize
HtmlLayout.FontSize. getFontSize(String size)
HtmlLayout.FontSize
HtmlLayout.FontSize. larger()
static HtmlLayout.FontSize
HtmlLayout.FontSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static HtmlLayout.FontSize[]
HtmlLayout.FontSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.layout with parameters of type HtmlLayout.FontSize Modifier and Type Method Description HtmlLayout.Builder
HtmlLayout.Builder. withFontSize(HtmlLayout.FontSize fontSize)
-