次の方法で共有


LoggingChannel.LogValuePair メソッド

定義

オーバーロード

LogValuePair(String, Int32)

現在の LoggingChannel にデータを記録します

LogValuePair(String, Int32, LoggingLevel)

指定した LoggingLevel を使用して、現在の LoggingChannel にデータを記録します。

LogValuePair(String, Int32)

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)

パラメーター

value1
String

Platform::String

winrt::hstring

value2 に関連付ける文字列。

value2
Int32

int

value1 に関連付ける値。

実装

M:Windows.Foundation.Diagnostics.ILoggingChannel.LogValuePair(System.String,System.Int32) M:Windows.Foundation.Diagnostics.ILoggingChannel.LogValuePair(Platform::String,int) M:Windows.Foundation.Diagnostics.ILoggingChannel.LogValuePair(winrt::hstring,int)
属性

注釈

LogValuePair メソッドを呼び出して、データをキーと値のペアとして現在の LoggingChannel に記録します。

こちらもご覧ください

適用対象

LogValuePair(String, Int32, LoggingLevel)

指定した LoggingLevel を使用して、現在の LoggingChannel にデータを記録します。

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)

パラメーター

value1
String

Platform::String

winrt::hstring

value2 に関連付ける文字列。

value2
Int32

int

value1 に関連付ける値。

level
LoggingLevel

ログ レベル。

実装

M:Windows.Foundation.Diagnostics.ILoggingChannel.LogValuePair(System.String,System.Int32,Windows.Foundation.Diagnostics.LoggingLevel) M:Windows.Foundation.Diagnostics.ILoggingChannel.LogValuePair(Platform::String,int,Windows.Foundation.Diagnostics.LoggingLevel) M:Windows.Foundation.Diagnostics.ILoggingChannel.LogValuePair(winrt::hstring,int,Windows.Foundation.Diagnostics.LoggingLevel)
属性

こちらもご覧ください

適用対象