The code assumes that the following 'time' constants are in a increasing sequence.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| InvalidRollPoint | -1 | Roll the log not based on the date | |
| TopOfMinute | 0 | Roll the log for each minute | |
| TopOfHour | 1 | Roll the log for each hour | |
| HalfDay | 2 | Roll the log twice a day (midday and midnight) | |
| TopOfDay | 3 | Roll the log each day (midnight) | |
| TopOfWeek | 4 | Roll the log each week | |
| TopOfMonth | 5 | Roll the log each month |
Remarks
The code assumes that the following 'time' constants are in a increasing sequence.
See Also