Share via


SPLog.ErrorTag method (UInt32, String)

Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Use**[LogLevel.Error]**.

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

Syntax

'Declaration
Public Sub ErrorTag ( _
    tagID As UInteger, _
    output As String _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String

instance.ErrorTag(tagID, output)
public void ErrorTag(
    uint tagID,
    string output
)

Parameters

See also

Reference

SPLog class

SPLog members

ErrorTag overload

Microsoft.SharePoint.Upgrade namespace