Package | Description |
---|---|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
Modifier and Type | Field and Description |
---|---|
private FileExtension |
RollingFileManager.fileExtension |
Modifier and Type | Method and Description |
---|---|
FileExtension |
RollingFileManager.getFileExtension() |
static FileExtension |
FileExtension.lookup(java.lang.String fileExtension) |
static FileExtension |
FileExtension.lookupForFile(java.lang.String fileName) |
static FileExtension |
FileExtension.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.
|