SPLog.Info 方法 (String, Exception)

将指定的消息和异常作为只包含信息的邮件升级事件日志写入。

命名空间:  Microsoft.SharePoint.Upgrade
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub Info ( _
    output As String, _
    exception As Exception _
)
用法
Dim instance As SPLog
Dim output As String
Dim exception As Exception

instance.Info(output, exception)
public void Info(
    string output,
    Exception exception
)

参数

  • output
    类型:System.String

    一个字符串,它包含事件日志中将写入的消息。

  • exception
    类型:System.Exception

    表示异常的堆栈跟踪记录的System.Exception对象。

另请参阅

引用

SPLog 类

SPLog 成员

Info 重载

Microsoft.SharePoint.Upgrade 命名空间