SPLog.Debug 方法 (String, Exception)
写入指定的字符串和异常升级事件日志作为只包含信息的邮件。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Debug ( _
output As String, _
exception As Exception _
)
用法
Dim instance As SPLog
Dim output As String
Dim exception As Exception
instance.Debug(output, exception)
public void Debug(
string output,
Exception exception
)
参数
output
类型:System.String一个字符串,它包含事件日志中将写入的消息。
exception
类型:System.ExceptionSystem.Exception对象,该对象表示的异常。