SPLog.Verbose 方法 (String, Exception, Object[])

[WriteLog(stringmessage,Exceptionexception,LogLevellevel,paramsobject[]args)]的简写形式。使用[LogLevel.Debug]

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

语法

声明
Public Sub Verbose ( _
    format As String, _
    exception As Exception, _
    ParamArray args As Object() _
)
用法
Dim instance As SPLog
Dim format As String
Dim exception As Exception
Dim args As Object()

instance.Verbose(format, exception, args)
public void Verbose(
    string format,
    Exception exception,
    params Object[] args
)

参数

  • args
    类型:[]

另请参阅

引用

SPLog 类

SPLog 成员

Verbose 重载

Microsoft.SharePoint.Upgrade 命名空间