IFileLoggingSession Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the destination of logged messages from LoggingChannel instances.
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
- Derived
- Attributes
- Implements
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
| Name | Description |
|---|---|
| Name |
Gets the name of the logging session. |
Methods
| Name | Description |
|---|---|
| AddLoggingChannel(ILoggingChannel, LoggingLevel) |
Adds a logging channel with the specified logging level to the current logging session. |
| AddLoggingChannel(ILoggingChannel) |
Adds a logging channel to the current logging session. |
| CloseAndSaveToFileAsync() |
Ends the current logging session and saves it to a file. |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| RemoveLoggingChannel(ILoggingChannel) |
Removes the specified logging channel from the current logging session. |
Events
| Name | Description |
|---|---|
| LogFileGenerated |
Raised when a log file is saved. |