Determines which date to include in the names of the FileLogTraceListener class log files.
| C# | Visual Basic |
public enum LogFileCreationScheduleOption
Public Enumeration LogFileCreationScheduleOption
| Member | Description |
|---|---|
| None |
Do not include the date in the log file name.
|
| Daily |
Include the current date in the log file name.
|
| Weekly |
Include the first day of the current week in the log file name.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|