SPLog.Verbose - Méthode (String, Exception, Object[])
Abréviation de [WriteLog(stringmessage,Exceptionexception,LogLevellevel,paramsobject[]args)]. Utilisez**[LogLevel.Debug]**.
Espace de noms : Microsoft.SharePoint.Upgrade
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub Verbose ( _
format As String, _
exception As Exception, _
ParamArray args As Object() _
)
'Utilisation
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
)
Paramètres
- format
Type : System.String
- exception
Type : System.Exception
- args
Type : []