W3CLoggerOptions.LogDirectory 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,表示將寫入記錄檔的目錄。
預設為相對於 ./logs/
App 目錄 (ContentRoot) 。
如果指定完整路徑,則會使用該完整路徑。 如果指定相對路徑,完整路徑將會是相對於 ContentRoot 的路徑。
public string LogDirectory { get; set; }
member this.LogDirectory : string with get, set
Public Property LogDirectory As String