Enum FileSinkConfigRollingInterval
- Namespace
- Whim
- Assembly
- Whim.dll
The file sink's rolling interval for the file logs.
public enum FileSinkConfigRollingInterval
Fields
Day = 2
- Rolls over the file log each day.
Infinite = 0
- Never rolls over the file log.
Month = 1
- Rolls over the file log each month.