ILoggingChannel.LogValuePair Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
LogValuePair(String, Int32) |
Registra dados no LoggingChannel atual. |
LogValuePair(String, Int32, LoggingLevel) |
Registra dados no LoggingChannel atual com o LoggingLevel especificado. |
LogValuePair(String, Int32)
Registra dados no LoggingChannel atual.
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)
Parâmetros
- value1
-
String
Platform::String
winrt::hstring
A cadeia de caracteres a ser associada ao valor2.
- value2
-
Int32
int
O valor a ser associado ao valor1.
- Atributos
Confira também
Aplica-se a
LogValuePair(String, Int32, LoggingLevel)
Registra dados no LoggingChannel atual com o LoggingLevel especificado.
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)
Parâmetros
- value1
-
String
Platform::String
winrt::hstring
A cadeia de caracteres a ser associada ao valor2.
- value2
-
Int32
int
O valor a ser associado ao valor1.
- level
- LoggingLevel
O nível de registro em log.
- Atributos