SPGlobalAdmin.Log method
NOTE: This API is now obsolete.
In Windows SharePoint Services 2.0, the Log method created an entry in the SharePoint Foundation error log, and is maintained for backward compatibility. For information about how to log errors in Windows SharePoint Services 3.0, see Trace Logs.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("This method is obsolete.", False)> _
Public Sub Log ( _
iSeverity As Integer, _
strMessage As String _
)
'用途
Dim instance As SPGlobalAdmin
Dim iSeverity As Integer
Dim strMessage As String
instance.Log(iSeverity, strMessage)
[ObsoleteAttribute("This method is obsolete.", false)]
public void Log(
int iSeverity,
string strMessage
)
參數
iSeverity
Type: System.Int32記錄檔中指定報表的嚴重性層級的 32 位元整數。
strMessage
Type: System.String包含用於記錄檔中指定的嚴重性的描述字串。
備註
記錄檔項目的位置而定的方法呼叫的內容。
方法從呼叫SharePoint Foundation應用程式集區內容中,如果,其通常會取得記錄到%WINDOWS%\Temp\w3wpAppPoolName.log檔案。
如果從會呼叫的方法,在您自己的應用程式的內容,,其通常會記錄至%TEMP%\ApplicationName.log檔案。例如,如果 stsadm.exe 內部呼叫Log方法時,會建立%temp%\stsadm.log 。
下表顯示可能的值可以傳遞iSeverity參數中。
值 |
描述 |
---|---|
0 |
錯誤 |
1 |
關於問題的警告。 |
2 |
可忽略但潛在的問題。 |
3 |
非經常性和每個執行緒,但僅資訊、 不問題發生一次的情況。 |
4 |
不尋常和每個執行緒,但僅資訊、 不問題發生好幾次。 |
5 |
一般和每個執行緒,但僅資訊、 不問題發生許多時間。 |
6 |
經常與每個執行緒,但僅資訊、 不問題發生次數。 |
7 |
提供所有資訊的詳細資訊記錄檔。 |
8 |
僅限測試應用程式所使用的測試計劃。 |
您可以使用的控制項的郵件會寫入記錄檔嚴重性為基礎的SetLogThreshold方法。