SPLog.Verbose-Methode (String, Exception)
Kurzform von [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Verwenden Sie**[LogLevel.Debug]**.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Verbose ( _
output As String, _
exception As Exception _
)
'Usage
Dim instance As SPLog
Dim output As String
Dim exception As Exception
instance.Verbose(output, exception)
public void Verbose(
string output,
Exception exception
)
Parameter
- output
Typ: System.String
- exception
Typ: System.Exception