Partager via


ILoggingSession.RemoveLoggingChannel(ILoggingChannel) Méthode

Définition

Supprime le canal de journalisation spécifié de la session de journalisation actuelle.

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

Paramètres

loggingChannel
ILoggingChannel

Canal de journalisation à supprimer.

S’applique à