Dela via


AzureFileLoggerOptions.FileName Property

Definition

Gets or sets a string representing the prefix of the file name used to store the logging information. The current date, in the format YYYYMMDD will be added after the given value. Defaults to diagnostics-.

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

Property Value

The default is diagnostics-.

Remarks

The current date in the format YYYYMMDD is added after the specified value.

Applies to