ILoggingChannel.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 level of detail for messages from the current LoggingChannel.
public:
property LoggingLevel Level { LoggingLevel get(); };
LoggingLevel Level();
public LoggingLevel Level { get; }
var loggingLevel = iLoggingChannel.level;
Public ReadOnly Property Level As LoggingLevel
Property Value
The level of detail for messages.