-
Home
-
API
-
XenoAtom.Logging.Writers
-
FileRollingInterval
FileRollingInterval Enum
Definition
Defines the time-based rolling interval for FileLogWriter.
public enum FileRollingInterval
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (3)
DailyRolls the file when the UTC day changes.
HourlyRolls the file when the UTC hour changes.
NoneDisables time-based rolling.