EventLogConfiguration.LogFilePath 속성

정의

로그의 이벤트가 저장되는 파일의 위치에 대한 파일 디렉터리 경로를 가져오거나 설정합니다.

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

속성 값

이벤트 로그 파일의 경로를 포함하는 문자열입니다.

설명

이 속성의 값이 변경되면 메서드를 SaveChanges 호출하여 변경 내용을 저장합니다.

적용 대상

추가 정보