Uses of Class
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter
-
Packages that use AbstractStyleNameConverter Package Description org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns. -
-
Uses of AbstractStyleNameConverter in org.apache.logging.log4j.core.pattern
Subclasses of AbstractStyleNameConverter in org.apache.logging.log4j.core.pattern Modifier and Type Class Description static class
AbstractStyleNameConverter.Black
Black style pattern converter.static class
AbstractStyleNameConverter.Blue
Blue style pattern converter.static class
AbstractStyleNameConverter.Cyan
Cyan style pattern converter.static class
AbstractStyleNameConverter.Green
Green style pattern converter.static class
AbstractStyleNameConverter.Magenta
Magenta style pattern converter.static class
AbstractStyleNameConverter.Red
Red style pattern converter.static class
AbstractStyleNameConverter.White
White style pattern converter.static class
AbstractStyleNameConverter.Yellow
Yellow style pattern converter.Methods in org.apache.logging.log4j.core.pattern with type parameters of type AbstractStyleNameConverter Modifier and Type Method Description protected static <T extends AbstractStyleNameConverter>
TAbstractStyleNameConverter. newInstance(Class<T> asnConverterClass, String name, Configuration config, String[] options)
Gets an instance of the class (called via reflection).
-