FileLoggingSession.RemoveLoggingChannel(ILoggingChannel) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime le canal de journalisation spécifié de la session de journalisation active.
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)
Paramètres
- loggingChannel
- ILoggingChannel
Canal de journalisation à supprimer.