Uses of Class
org.apache.logging.log4j.core.appender.rolling.FileExtension
-
Packages that use FileExtension Package Description org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes. -
-
Uses of FileExtension in org.apache.logging.log4j.core.appender.rolling
Methods in org.apache.logging.log4j.core.appender.rolling that return FileExtension Modifier and Type Method Description FileExtension
RollingFileManager. getFileExtension()
static FileExtension
FileExtension. lookup(String fileExtension)
static FileExtension
FileExtension. lookupForFile(String fileName)
static FileExtension
FileExtension. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileExtension[]
FileExtension. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-