FileLogTraceListener.FullLogFileName 属性

定义

获取当前日志文件的完整名称。

public:
 property System::String ^ FullLogFileName { System::String ^ get(); };
public string FullLogFileName { get; }
member this.FullLogFileName : string
Public ReadOnly Property FullLogFileName As String

属性值

String,当前日志文件的完整名称。

注解

属性 FullLogFileName 提供当前的完整日志文件名。 它根据日志路径、基名称、日期和数字生成,以将其与不同版本的日志区分开来。 将根据需要创建新的日志文件。

完整日志文件名的显式形式为 path\baseName[-dateStamp][-iteration].log,其中:

  • 部件 pathLocation 属性决定,如果该属性值设置为 Custom,则 CustomLocation 由 属性决定。

  • 部件 baseName 是由 属性指定 BaseFileName 的基本日志名称。

  • 部件dateStamp的格式为 YYYY-MM-DD,在 为 DailyWeeklyLogFileCreationSchedule显示。

  • 如果需要多个具有相同 和 dateStampbaseName日志文件,则会在iteration文件名中添加一个正Integer部分。

适用于

另请参阅