Uses of Class
org.apache.logging.log4j.core.pattern.AnsiEscape
-
Packages that use AnsiEscape Package Description org.apache.logging.log4j.core.pattern -
-
Uses of AnsiEscape in org.apache.logging.log4j.core.pattern
Methods in org.apache.logging.log4j.core.pattern that return AnsiEscape Modifier and Type Method Description static AnsiEscapeAnsiEscape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnsiEscape[]AnsiEscape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.pattern with parameters of type AnsiEscape Modifier and Type Method Description private static java.util.Map.Entry<java.lang.String,java.lang.String>JAnsiTextRenderer. entry(java.lang.String name, AnsiEscape... codes)
-