public class FileRotate extends Enum
| Modifier and Type | Field and Description |
|---|---|
static FileRotate |
Daily
Instructs the file protocol to rotate log files daily.
|
static FileRotate |
Hourly
Instructs the file protocol to rotate log files hourly.
|
static FileRotate |
Monthly
Instructs the file protocol to rotate log files monthly.
|
static FileRotate |
None
Completely disables the log rotate functionality.
|
static FileRotate |
Weekly
Instructs the file protocol to rotate log files weekly.
|
public static final FileRotate None
public static final FileRotate Hourly
public static final FileRotate Daily
public static final FileRotate Weekly
public static final FileRotate Monthly
Copyright © 2023. All rights reserved.