FileLogTraceListener.CustomLocation 속성

정의

Location 속성이 Custom으로 설정될 때 로그 파일 디렉터리를 가져오거나 설정합니다.

public:
 property System::String ^ CustomLocation { System::String ^ get(); void set(System::String ^ value); };
public string CustomLocation { get; set; }
member this.CustomLocation : string with get, set
Public Property CustomLocation As String

속성 값

String. 로그 파일 디렉터리의 이름입니다. 이 속성의 기본 설정은 애플리케이션 데이터에 대한 사용자 디렉터리입니다.

설명

속성이 CustomLocation 설정되면 속성Custom도 로 Location 설정합니다.

CustomLocation 디렉터리를 확인할 수 없는 경우 속성이 예외를 throw합니다.

적용 대상

추가 정보