Enum GridJsLogRolling
GridJsLogRolling enumeration
Specifies the log file rolling strategy.
public enum GridJsLogRolling
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No rolling, single file. |
| Daily | 1 | Roll by day, e.g. gridjs_2026-07-27.log |
| Monthly | 3 | Roll by month, e.g. gridjs_2026-07.log |
See Also
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs