다음을 통해 공유


FakeLogCollectorOptions.CollectRecordsForDisabledLogLevels 속성

정의

연결된 로그 수준을 현재 사용하지 않도록 설정할 때 기록되는 레코드를 수집할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool CollectRecordsForDisabledLogLevels { bool get(); void set(bool value); };
public bool CollectRecordsForDisabledLogLevels { get; set; }
member this.CollectRecordsForDisabledLogLevels : bool with get, set
Public Property CollectRecordsForDisabledLogLevels As Boolean

속성 값

true 연결된 로그 수준을 사용하지 않도록 설정할 때 기록되는 레코드가 수집되면 입니다. 기본값은 true입니다.

적용 대상