SPLog.Verbose - Méthode (String, Object[])
Abréviation de [WriteLog(stringformat,LogLevellevel,paramsobject[]args)]. Utilisez**[LogLevel.Verbose]**.
Espace de noms : Microsoft.SharePoint.Upgrade
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub Verbose ( _
format As String, _
ParamArray args As Object() _
)
'Utilisation
Dim instance As SPLog
Dim format As String
Dim args As Object()
instance.Verbose(format, args)
public void Verbose(
string format,
params Object[] args
)
Paramètres
- format
Type : System.String
- args
Type : []