Freigeben über


SPLog.ErrorTag-Methode (UInt32, String, Object[])

Kurzform von [WriteLog(stringmessage,LogLevellevel)]. Verwenden Sie**[LogLevel.Error]**.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub ErrorTag ( _
    tagID As UInteger, _
    format As String, _
    ParamArray args As Object() _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim format As String
Dim args As Object()

instance.ErrorTag(tagID, format, args)
public void ErrorTag(
    uint tagID,
    string format,
    params Object[] args
)

Parameter

  • args
    Typ: []

    Args für format

Siehe auch

Referenz

SPLog Klasse

SPLog-Member

ErrorTag-Überladung

Microsoft.SharePoint.Upgrade-Namespace