IFileLoggingSession 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 來自 LoggingChannel 實例之記錄訊息的目的地。
public interface class IFileLoggingSession : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(617038358, 65234, 16460, 137, 95, 31, 150, 153, 203, 2, 247)]
struct IFileLoggingSession : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(617038358, 65234, 16460, 137, 95, 31, 150, 153, 203, 2, 247)]
public interface IFileLoggingSession : System.IDisposable
Public Interface IFileLoggingSession
Implements IDisposable
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
Name |
取得記錄會話的名稱。 |
方法
AddLoggingChannel(ILoggingChannel) |
將記錄通道新增至目前的記錄會話。 |
AddLoggingChannel(ILoggingChannel, LoggingLevel) |
將具有指定記錄層級的記錄通道新增至目前的記錄會話。 |
CloseAndSaveToFileAsync() |
結束目前的記錄會話,並將它儲存至檔案。 |
Dispose() |
執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 |
RemoveLoggingChannel(ILoggingChannel) |
從目前的記錄會話中移除指定的記錄通道。 |
事件
LogFileGenerated |
儲存記錄檔時引發。 |