SPLog.Verbose 方法 (String, Exception)
[WriteLog(stringmessage,Exceptionexception,LogLevellevel)]的简写形式。使用[LogLevel.Debug]。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Verbose ( _
output As String, _
exception As Exception _
)
用法
Dim instance As SPLog
Dim output As String
Dim exception As Exception
instance.Verbose(output, exception)
public void Verbose(
string output,
Exception exception
)
参数
- output
类型:System.String
- exception
类型:System.Exception