SPLog.DebugTag method (UInt32, String, Exception, Object[])
Shorthand of [WriteLog(stringmessage,Exceptionexception,LogLevellevel,paramsobject[]args)]. Use**[LogLevel.Debug]**.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub DebugTag ( _
tagID As UInteger, _
format As String, _
exception As Exception, _
ParamArray args As Object() _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim format As String
Dim exception As Exception
Dim args As Object()
instance.DebugTag(tagID, format, exception, _
args)
public void DebugTag(
uint tagID,
string format,
Exception exception,
params Object[] args
)
Parameters
tagID
Type: System.UInt32Tag for the message.
- format
Type: System.String
- exception
Type: System.Exception
- args
Type: []