W3CLoggerOptions.LogDirectory 属性

定义

获取或设置一个字符串,该字符串表示日志文件将写入到的目录。 默认为 ./logs/ 相对于应用目录 (ContentRoot) 。 如果提供了完整路径,则将使用该完整路径。 如果给定相对路径,则完整路径将是相对于 ContentRoot 的路径。

public string LogDirectory { get; set; }
member this.LogDirectory : string with get, set
Public Property LogDirectory As String

属性值

适用于