Package | Description |
---|---|
ra.util.logging |
Modifier and Type | Method and Description |
---|---|
CompressionTimeUnit |
LogSettings.getCompressionTimeUnit()
Set the time unit of the split log.
|
static CompressionTimeUnit |
CompressionTimeUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressionTimeUnit[] |
CompressionTimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LogSettings.setCompressionTimeUnit(CompressionTimeUnit timeUnit)
The time unit of the Log file be created.
|