ILoggingChannel.LogValuePair Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
LogValuePair(String, Int32) |
Registra i dati nell'oggetto LoggingChannel corrente. |
LogValuePair(String, Int32, LoggingLevel) |
Registra i dati nell'oggetto LoggingChannel corrente con l'oggetto LoggingLevel specificato. |
LogValuePair(String, Int32)
Registra i dati nell'oggetto LoggingChannel corrente.
public:
void LogValuePair(Platform::String ^ value1, int value2);
/// [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)
Parametri
- value1
-
String
Platform::String
winrt::hstring
Stringa da associare a value2.
- value2
-
Int32
int
Valore da associare a value1.
- Attributi
Vedi anche
Si applica a
LogValuePair(String, Int32, LoggingLevel)
Registra i dati nell'oggetto LoggingChannel corrente con l'oggetto LoggingLevel specificato.
public:
void LogValuePair(Platform::String ^ value1, int value2, LoggingLevel level);
/// [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)
Parametri
- value1
-
String
Platform::String
winrt::hstring
Stringa da associare a value2.
- value2
-
Int32
int
Valore da associare a value1.
- level
- LoggingLevel
Livello di registrazione.
- Attributi