FileLogTraceListener.LogFileCreationSchedule Eigenschaft

Definition

Bestimmt das Datum, das in die Namen der Protokolldateien eingefügt werden soll.

public:
 property Microsoft::VisualBasic::Logging::LogFileCreationScheduleOption LogFileCreationSchedule { Microsoft::VisualBasic::Logging::LogFileCreationScheduleOption get(); void set(Microsoft::VisualBasic::Logging::LogFileCreationScheduleOption value); };
public Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption LogFileCreationSchedule { get; set; }
member this.LogFileCreationSchedule : Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption with get, set
Public Property LogFileCreationSchedule As LogFileCreationScheduleOption

Eigenschaftswert

LogFileCreationScheduleOption. Dies gibt das Datum an, das in die Namen der Protokolldateien eingefügt werden soll. Standardwert: None.

Hinweise

Weisen Sie der LogFileCreationSchedule -Eigenschaft einen der LogFileCreationScheduleOption Enumerationswerte zu, um anzugeben, welches Datum in die Namen der Protokolldateien aufgenommen werden soll.

Das Format des Datums ist JJJJ-MM-TT. Weitere Informationen zum Format des Protokolldateinamens finden Sie unter FullLogFileName.

LogFileCreationSchedule-Wert Datum im Namen der Protokolldatei
Daily Schließt das aktuelle Datum in den Namen der Protokolldatei ein.
None Schließt kein Datum in den Namen der Protokolldatei ein.
Weekly Schließt den ersten Tag der laufenden Woche in den Namen der Protokolldatei ein.

Die Woche beginnt am Samstag.

Gilt für:

Weitere Informationen