Share via


SPLog.DebugTag method (UInt32, String, Exception)

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

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

Syntax

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

instance.DebugTag(tagID, output, exception)
public void DebugTag(
    uint tagID,
    string output,
    Exception exception
)

Parameters

See also

Reference

SPLog class

SPLog members

DebugTag overload

Microsoft.SharePoint.Upgrade namespace