ISharePointProjectLogger 인터페이스
지정된 LogCategory에 따라 SharePoint 프로젝트 확장을 사용하여 출력 창과 오류 목록에 메시지를 기록할 수 있는 SharePoint 로깅 서비스를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.SharePoint
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Public Interface ISharePointProjectLogger
public interface ISharePointProjectLogger
ISharePointProjectLogger 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
ActivateOutputWindow | 출력 창을 열고 현재 출력 창을 활성화합니다. | |
ClearErrorList | 모든 SharePoint 도구 관련 오류 메시지의 오류 목록을 지웁니다. | |
WriteLine(String, LogCategory) | 지정된 LogCategory에 따라 SharePoint 도구 출력 창과 오류 목록에 메시지를 기록합니다. | |
WriteLine(String, LogCategory, String) | 지정된 LogCategory에 따라 SharePoint 도구 출력 창과 오류 목록에 메시지를 기록합니다. | |
WriteLine(String, LogCategory, String, Int32, Int32) | 지정된 LogCategory에 따라 SharePoint 도구 출력 창과 오류 목록에 메시지를 기록합니다. | |
WriteLine(String, LogCategory, String, Int32, Int32, String) | 지정된 LogCategory에 따라 SharePoint 도구 출력 창과 오류 목록에 메시지를 기록합니다. |
위쪽
설명
모든 기록된 메시지는 배포를 수행할 때, 메시지가 출력 창의 VS "빌드" 창으로 리디렉션될 때를 제외하고 "SharePoint 도구" 출력 창에 표시됩니다.