FakeLogRecord.Category 属性

定义

获取此记录的可选类别。

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

属性值

注解

类别对应于 中的 ILogger<TCategoryName>T 值。

适用于