ILoggingSession.RemoveLoggingChannel(ILoggingChannel) Method

Definition

Removes the specified logging channel from the current logging session.

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

Parameters

loggingChannel
ILoggingChannel

The logging channel to remove.

Applies to