ISharePointProjectLogger 介面
表示 SharePoint 記錄服務,該記錄服務會啟用 SharePoint 專案擴充功能,來根據指定的 LogCategory 將訊息記錄至 [輸出] 視窗和 [錯誤清單]。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface ISharePointProjectLogger
public interface ISharePointProjectLogger
ISharePointProjectLogger 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
ActivateOutputWindow | 開啟 [輸出] 視窗並啟動目前的 [輸出] 視窗窗格。 | |
ClearErrorList | 清除所有「SharePoint 工具」相關錯誤訊息的 [錯誤清單]。 | |
WriteLine(String, LogCategory) | 根據指定的 LogCategory,將訊息記錄到 SharePoint [工具] 的 [輸出] 視窗和 [錯誤清單] 中。 | |
WriteLine(String, LogCategory, String) | 根據指定的 LogCategory,將訊息記錄到 SharePoint [工具] 的 [輸出] 視窗和 [錯誤清單] 中。 | |
WriteLine(String, LogCategory, String, Int32, Int32) | 根據指定的 LogCategory,將訊息記錄到 SharePoint [工具] 的 [輸出] 視窗和 [錯誤清單] 中。 | |
WriteLine(String, LogCategory, String, Int32, Int32, String) | 根據指定的 LogCategory,將訊息記錄到 SharePoint [工具] 的 [輸出] 視窗和 [錯誤清單] 中。 |
回頁首
備註
當訊息重新導向至 [輸出] 視窗中的 VS [建置] 窗格時,所有記錄的訊息都會移至「SharePoint 工具」輸出視窗窗格 (除了正在執行部署時)。