SPLog.Verbose method (String, Exception, Object[])
Shorthand of [WriteLog(stringmessage,Exceptionexception,LogLevellevel,paramsobject[]args)]. Use**[LogLevel.Debug]**.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Verbose ( _
format As String, _
exception As Exception, _
ParamArray args As Object() _
)
'Usage
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
)
Parameters
- format
Type: System.String
- exception
Type: System.Exception
- args
Type: []