Partager via


ILoggingSession.AddLoggingChannel Méthode

Définition

Surcharges

AddLoggingChannel(ILoggingChannel)

Ajoute un canal de journalisation à la session de journalisation active.

AddLoggingChannel(ILoggingChannel, LoggingLevel)

Ajoute un canal de journalisation avec le niveau de journalisation spécifié à la session de journalisation active.

AddLoggingChannel(ILoggingChannel)

Ajoute un canal de journalisation à la session de journalisation active.

public:
 void AddLoggingChannel(ILoggingChannel ^ loggingChannel);
/// [Windows.Foundation.Metadata.Overload("AddLoggingChannel")]
void AddLoggingChannel(ILoggingChannel const& loggingChannel);
[Windows.Foundation.Metadata.Overload("AddLoggingChannel")]
public void AddLoggingChannel(ILoggingChannel loggingChannel);
function addLoggingChannel(loggingChannel)
Public Sub AddLoggingChannel (loggingChannel As ILoggingChannel)

Paramètres

loggingChannel
ILoggingChannel

Canal de journalisation à ajouter.

Attributs

Voir aussi

S’applique à

AddLoggingChannel(ILoggingChannel, LoggingLevel)

Ajoute un canal de journalisation avec le niveau de journalisation spécifié à la session de journalisation active.

public:
 void AddLoggingChannel(ILoggingChannel ^ loggingChannel, LoggingLevel maxLevel);
/// [Windows.Foundation.Metadata.Overload("AddLoggingChannelWithLevel")]
void AddLoggingChannel(ILoggingChannel const& loggingChannel, LoggingLevel const& maxLevel);
[Windows.Foundation.Metadata.Overload("AddLoggingChannelWithLevel")]
public void AddLoggingChannel(ILoggingChannel loggingChannel, LoggingLevel maxLevel);
function addLoggingChannel(loggingChannel, maxLevel)
Public Sub AddLoggingChannel (loggingChannel As ILoggingChannel, maxLevel As LoggingLevel)

Paramètres

loggingChannel
ILoggingChannel

Canal de journalisation à ajouter.

maxLevel
LoggingLevel

Niveau de journalisation pour loggingChannel.

Attributs

Voir aussi

S’applique à