Freigeben über


SPLog.VerboseTag-Methode (UInt32, String, Exception)

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

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

Syntax

'Declaration
Public Sub VerboseTag ( _
    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.VerboseTag(tagID, output, exception)
public void VerboseTag(
    uint tagID,
    string output,
    Exception exception
)

Parameter

Siehe auch

Referenz

SPLog Klasse

SPLog-Member

VerboseTag-Überladung

Microsoft.SharePoint.Upgrade-Namespace