IFileLoggingSession.RemoveLoggingChannel(ILoggingChannel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.