SPLog.DebugTag - Méthode (UInt32, 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 DebugTag ( _
tagID As UInteger, _
format As String, _
exception As Exception, _
ParamArray args As Object() _
)
'Utilisation
Dim instance As SPLog
Dim tagID As UInteger
Dim format As String
Dim exception As Exception
Dim args As Object()
instance.DebugTag(tagID, format, exception, _
args)
public void DebugTag(
uint tagID,
string format,
Exception exception,
params Object[] args
)
Paramètres
tagID
Type : System.UInt32Étiquette pour le message.
- format
Type : System.String
- exception
Type : System.Exception
- args
Type : []