SPLog.WriteLogTag-Methode (UInt32, String, LogLevel)
Protokolliert die angegebene Meldung mit der angegebenen Protokollebene.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub WriteLogTag ( _
tagID As UInteger, _
output As String, _
level As LogLevel _
)
'Usage
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
)
Parameter
tagID
Typ: System.UInt32Tag für die Nachricht.
- output
Typ: System.String
level
Typ: Microsoft.SharePoint.Upgrade.LogLevelDie Ebene der Nachricht.