FileLoggingSession.RemoveLoggingChannel(ILoggingChannel) Method

Definition

Removes the specified logging channel from the current logging session.

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)

Parameters

loggingChannel
ILoggingChannel

The logging channel to remove.

Implements

Applies to