SPLog.WriteLogTag method (UInt32, String, Exception, LogLevel)
速記**[WriteLog(stringmessage,LogLevellevel)]**的方式。以郵件方式會記錄郵件以及例外堆疊追蹤。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub WriteLogTag ( _
tagID As UInteger, _
output As String, _
exception As Exception, _
level As LogLevel _
)
'用途
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String
Dim exception As Exception
Dim level As LogLevel
instance.WriteLogTag(tagID, output, exception, _
level)
public void WriteLogTag(
uint tagID,
string output,
Exception exception,
LogLevel level
)
參數
tagID
Type: System.UInt32郵件標籤。
output
Type: System.String要記錄訊息。
exception
Type: System.Exception將記錄其堆疊追蹤的例外狀況。
level
Type: Microsoft.SharePoint.Upgrade.LogLevel所需的記錄層級。