SPLog.VerboseTag - Méthode (UInt32, String, Exception)
Abréviation de [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Utilisez**[LogLevel.Debug]**.
Espace de noms : Microsoft.SharePoint.Upgrade
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub VerboseTag ( _
tagID As UInteger, _
output As String, _
exception As Exception _
)
'Utilisation
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String
Dim exception As Exception
instance.VerboseTag(tagID, output, exception)
public void VerboseTag(
uint tagID,
string output,
Exception exception
)
Paramètres
tagID
Type : System.UInt32Étiquette pour le message.
- output
Type : System.String
- exception
Type : System.Exception