共用方式為


ILoggingChannel.Level 屬性

定義

從目前的 LoggingChannel取得訊息的詳細資料層級。

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

屬性值

訊息的詳細資料層級。

適用於

另請參閱