ILoggingSession 接口

定义

表示来自 LoggingChannel 实例的记录消息的目标。

public interface class ILoggingSession : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1646392070, 37760, 19159, 186, 245, 65, 234, 147, 16, 215, 104)]
struct ILoggingSession : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1646392070, 37760, 19159, 186, 245, 65, 234, 147, 16, 215, 104)]
public interface ILoggingSession : System.IDisposable
Public Interface ILoggingSession
Implements IDisposable
派生
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

Name

获取日志记录会话的名称。

方法

AddLoggingChannel(ILoggingChannel)

将日志记录通道添加到当前日志记录会话。

AddLoggingChannel(ILoggingChannel, LoggingLevel)

将具有指定日志记录级别的日志记录通道添加到当前日志记录会话。

Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

RemoveLoggingChannel(ILoggingChannel)

从当前日志记录会话中删除指定的日志记录通道。

SaveToFileAsync(IStorageFolder, String)

将当前日志记录会话保存到文件。

适用于

另请参阅