LoggingChannelOptions Constructors
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.
Overloads
LoggingChannelOptions() |
Creates a LoggingChannelOptions object with all options set to default values. |
LoggingChannelOptions(Guid) |
Creates a LoggingChannelOptions object with all properties set to default values except for the specified group. |
LoggingChannelOptions()
Creates a LoggingChannelOptions object with all options set to default values.
public:
LoggingChannelOptions();
LoggingChannelOptions();
public LoggingChannelOptions();
function LoggingChannelOptions()
Public Sub New ()
See also
Applies to
LoggingChannelOptions(Guid)
Creates a LoggingChannelOptions object with all properties set to default values except for the specified group.
public:
LoggingChannelOptions(Platform::Guid group);
LoggingChannelOptions(winrt::guid const& group);
public LoggingChannelOptions(Guid group);
function LoggingChannelOptions(group)
Public Sub New (group As Guid)
Parameters
- group
-
Guid
Platform::Guid
winrt::guid
The group identifier.