Partager via


SPLog.WriteLogTag - Méthode (UInt32, String, LogLevel)

Enregistre le message donné avec donnée au niveau du journal.

Espace de noms :  Microsoft.SharePoint.Upgrade
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub WriteLogTag ( _
    tagID As UInteger, _
    output As String, _
    level As LogLevel _
)
'Utilisation
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String
Dim level As LogLevel

instance.WriteLogTag(tagID, output, level)
public void WriteLogTag(
    uint tagID,
    string output,
    LogLevel level
)

Paramètres

Voir aussi

Référence

SPLog classe

SPLog - Membres

WriteLogTag - Surcharge

Microsoft.SharePoint.Upgrade - Espace de noms