LoggingChannelOptions
LoggingChannelOptions
LoggingChannelOptions
LoggingChannelOptions
Class
Definition
Represents advanced settings that you can use to configure a LoggingChannel object.
public : sealed class LoggingChannelOptions : ILoggingChannelOptionspublic sealed class LoggingChannelOptions : ILoggingChannelOptionsPublic NotInheritable Class LoggingChannelOptions Implements ILoggingChannelOptions// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
LoggingChannelOptions() LoggingChannelOptions() LoggingChannelOptions() LoggingChannelOptions()
Creates a LoggingChannelOptions object with all options set to default values.
public : LoggingChannelOptions()public LoggingChannelOptions()Public Sub New()// You can use this method in JavaScript.
- See Also
LoggingChannelOptions(Guid) LoggingChannelOptions(Guid) LoggingChannelOptions(Guid) LoggingChannelOptions(Guid)
Creates a LoggingChannelOptions object with all properties set to default values except for the specified group.
public : LoggingChannelOptions(PlatForm::Guid group)public LoggingChannelOptions(Guid group)Public Sub New(group As Guid)// You can use this method in JavaScript.
Parameters
- group
- PlatForm::Guid Guid Guid Guid
The group identifier.
Properties
Group Group Group Group
Gets or sets the channel group identifier.
public : PlatForm::Guid Group { get; set; }public Guid Group { get; set; }Public ReadWrite Property Group As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The group identifier.
Remarks
A channel can be a member of one group. Membership in a group indicates that the channel implements a specific set of behaviors. An Event Tracing for Windows (ETW) processing tool that can process groups could locate active channels that belong to a particular group, and could use knowledge of a group’s behaviors to route or manipulate the channel’s events.