ILoggingChannel.Level Property

Definition

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.

Applies to

See also