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) 记录异常。

页首

请参见

参考

Microsoft.TeamFoundation.Client 命名空间