The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LogFileCreationScheduleOption Enumeration
.NET Framework (current version)
Determines which date to include in the names of the FileLogTraceListener class log files.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Member name | Description | |
|---|---|---|
| Daily | Include the current date in the log file name. | |
| None | Do not include the date in the log file name. | |
| Weekly | Include the first day of the current week in the log file name. |
Assign one of the LogFileCreationScheduleOption enumeration values to the LogFileCreationSchedule property to specify which date to include in the names of its log files.
.NET Framework
Available since 2.0
Available since 2.0
Show: