SPLog.Verbose method (String, Exception)
速記**[WriteLog(stringmessage,Exceptionexception,LogLevellevel)]的方式。使用[LogLevel.Debug]**。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: System.String
- exception
Type: System.Exception