Uses of Class
org.apache.logging.log4j.core.pattern.NamedInstantPattern
-
Packages that use NamedInstantPattern Package Description org.apache.logging.log4j.core.pattern -
-
Uses of NamedInstantPattern in org.apache.logging.log4j.core.pattern
Methods in org.apache.logging.log4j.core.pattern that return NamedInstantPattern Modifier and Type Method Description static NamedInstantPatternNamedInstantPattern. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NamedInstantPattern[]NamedInstantPattern. values()Returns an array containing the constants of this enum type, in the order they are declared.
-