다음을 통해 공유


IFileLoggingSession.RemoveLoggingChannel(ILoggingChannel) 메서드

정의

현재 로깅 세션에서 지정된 로깅 채널을 제거합니다.

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

매개 변수

loggingChannel
ILoggingChannel

제거할 로깅 채널입니다.

적용 대상

추가 정보