SPLog.GetInstance 方法 (String)
返回属于指定类别日志对象的一个实例。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GetInstance ( _
category As String _
) As SPLog
用法
Dim category As String
Dim returnValue As SPLog
returnValue = SPLog.GetInstance(category)
public static SPLog GetInstance(
string category
)
参数
category
类型:System.String一个字符串,包含该日志所属的类别的名称。
返回值
类型:Microsoft.SharePoint.Upgrade.SPLog
SPLog 对象,该对象表示的日志。
备注
如果category参数包含空引用(无 在 Visual Basic 中), GetInstance方法将返回System.ArgumentNullException异常。