LoggingChannel.Level Property

Definition

Gets the minimum level at which any session is listening to events from this channel.

public:
 property LoggingLevel Level { LoggingLevel get(); };
LoggingLevel Level();
public LoggingLevel Level { get; }
var loggingLevel = loggingChannel.level;
Public ReadOnly Property Level As LoggingLevel

Property Value

The event level required for the session to listen to an event from this channel.

Implements

Remarks

This value is only valid if the Enabled property is set to true.

Applies to

See also