LoggingChannelOptions Constructors

Definition

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.

Applies to