ILogger 인터페이스
로깅 구현 하는 인터페이스입니다. 로그 파일에 이벤트를 기록합니다.
네임스페이스: Microsoft.TeamFoundation.Client
어셈블리: Microsoft.VisualStudio.TeamFoundation.Client(Microsoft.VisualStudio.TeamFoundation.Client.dll)
구문
‘선언
Public Interface ILogger
public interface ILogger
메서드
이름 | 설명 | |
---|---|---|
LogEvent(String, Int32, String) | 이벤트를 기록 합니다. | |
LogEvent(String, Int32, XmlNode) | 이벤트를 기록 합니다. | |
LogException(String, Int32, Exception) | 예외를 기록합니다. | |
LogException(String, Int32, String, Exception) | 예외를 기록합니다. |
위쪽