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
Fields in org.apache.logging.log4j.core.appender.rolling declared as FileExtension Modifier and Type Field Description private FileExtensionPatternProcessor. fileExtensionMethods in org.apache.logging.log4j.core.appender.rolling that return FileExtension Modifier and Type Method Description FileExtensionPatternProcessor. getFileExtension()FileExtensionRollingFileManager. getFileExtension()static FileExtensionFileExtension. lookup(java.lang.String fileExtension)static FileExtensionFileExtension. lookupForFile(java.lang.String fileName)static FileExtensionFileExtension. valueOf(java.lang.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.
-