Property FilePath
FilePath
Gets or sets the absolute path to the file where the log is being written to.
public string? FilePath { get; set; }
Property Value
Remarks
When setting this method, if the file directory doens't exists, it is created.
Gets or sets the absolute path to the file where the log is being written to.
public string? FilePath { get; set; }
When setting this method, if the file directory doens't exists, it is created.