LoggingSession.RemoveLoggingChannel(ILoggingChannel) メソッド

定義

指定したログ チャネルを現在のログ セッションから削除します。

public:
 virtual void RemoveLoggingChannel(ILoggingChannel ^ loggingChannel) = RemoveLoggingChannel;
void RemoveLoggingChannel(ILoggingChannel const& loggingChannel);
public void RemoveLoggingChannel(ILoggingChannel loggingChannel);
function removeLoggingChannel(loggingChannel)
Public Sub RemoveLoggingChannel (loggingChannel As ILoggingChannel)

パラメーター

loggingChannel
ILoggingChannel

削除するログ チャネル。

実装

適用対象

こちらもご覧ください