LoggingChannel.LogValuePair 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.
Surcharges
LogValuePair(String, Int32) |
Consigne les données dans le Canal de journalisation actuel. |
LogValuePair(String, Int32, LoggingLevel) |
Consigne les données dans le LoggingChannel actuel avec le LoggingLevel spécifié. |
LogValuePair(String, Int32)
Consigne les données dans le Canal de journalisation actuel.
public:
virtual void LogValuePair(Platform::String ^ value1, int value2) = LogValuePair;
/// [Windows.Foundation.Metadata.Overload("LogValuePair")]
void LogValuePair(winrt::hstring const& value1, int const& value2);
[Windows.Foundation.Metadata.Overload("LogValuePair")]
public void LogValuePair(string value1, int value2);
function logValuePair(value1, value2)
Public Sub LogValuePair (value1 As String, value2 As Integer)
Paramètres
- value1
-
String
Platform::String
winrt::hstring
Chaîne à associer à value2.
- value2
-
Int32
int
Valeur à associer à value1.
Implémente
- Attributs
Remarques
Appelez la méthode LogValuePair pour journaliser les données en tant que paire clé-valeur dans le LoggingChannel actuel.
Voir aussi
S’applique à
LogValuePair(String, Int32, LoggingLevel)
Consigne les données dans le LoggingChannel actuel avec le LoggingLevel spécifié.
public:
virtual void LogValuePair(Platform::String ^ value1, int value2, LoggingLevel level) = LogValuePair;
/// [Windows.Foundation.Metadata.Overload("LogValuePairWithLevel")]
void LogValuePair(winrt::hstring const& value1, int const& value2, LoggingLevel const& level);
[Windows.Foundation.Metadata.Overload("LogValuePairWithLevel")]
public void LogValuePair(string value1, int value2, LoggingLevel level);
function logValuePair(value1, value2, level)
Public Sub LogValuePair (value1 As String, value2 As Integer, level As LoggingLevel)
Paramètres
- value1
-
String
Platform::String
winrt::hstring
Chaîne à associer à value2.
- value2
-
Int32
int
Valeur à associer à value1.
- level
- LoggingLevel
Niveau de journalisation.
Implémente
- Attributs