LoggingChannel.Level Property
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.
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.